#资源配置

Spring Boot的web开发&静态资源配置方式

Web开发的自动配置类:org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration    视图的配置mvcProperties对象中:(配置view的前缀后缀,可以在全局的application.properties中配置)o...

Java配置方式读取外部的资源配置文件

通过@PropertySource可以指定读取的配置文件,通过@Value注解获取值,具体用法:packagecn.qlq;importorg.springframework.context.annotation.Bean;importorg.springframework.context.annotation.Com...