@SpringBootApplication 核心注解 => @Configuration @EnableAutoConfiguration @ComponentScan *组合了3个配置注解

配置文件:

application.properties

Spring boot基础(二)     

//IDEA只对properties有提示功能 一些注解不支持yml文件,目前推荐properties来进行配置

application.yml

Spring boot基础(二)

常规属性配置:

@propertySource =>指明配置文件位置; @Value=>注入值

Spring boot基础(二)

Spring boot基础(二)

http://localhost:8080/

Spring boot基础(二)


安全配置:

Spring boot基础(二)

Spring boot基础(二)

Spring boot基础(二)

http://localhost:8080/test

Spring boot基础(二)

相关文章: