随笔分类 - SpringBoot
摘要:1、安装配置 环境准备 # 关闭防火墙 systemctl disable --now firewalld systemctl disable --now dnsmasq systemctl disable --now NetworkManager # 关闭selinux setenforce 0
阅读全文
摘要:@SpringBootApplication @SpringBootApplication申明让spring boot自动给程序进行必要的配置,这个配置等同于:@Configuration ,@EnableAutoConfiguration 和 @ComponentScan 三个配置 @Spring
阅读全文

浙公网安备 33010602011771号