springboot自动配置

1、spring-boot-autoconfigure-2.1.7.BUILD-SNAPSHOT-sources.jar   2、如何查看项目中启动和未启动的自动配置:   application.properties     debug=true 3、关闭不必要的自动配置   java注解:     @EnableAutoConfiguration(exclude = {org.springfr
相关文章
相关标签/搜索