随笔分类 -  SpringBoot

摘要:1、安装配置 环境准备 # 关闭防火墙 systemctl disable --now firewalld systemctl disable --now dnsmasq systemctl disable --now NetworkManager # 关闭selinux setenforce 0 阅读全文
posted @ 2021-07-18 01:54 q-linyu 阅读(152) 评论(0) 推荐(0)
摘要:@SpringBootApplication @SpringBootApplication申明让spring boot自动给程序进行必要的配置,这个配置等同于:@Configuration ,@EnableAutoConfiguration 和 @ComponentScan 三个配置 @Spring 阅读全文
posted @ 2021-03-30 02:07 q-linyu 阅读(225) 评论(0) 推荐(0)