3.Spring Boot的Web开发

3.1 Spring Boot的Web开发支持 Spring boot提供了spring-boot-starter-web为web开发给以支持,spring-boot-starter-web提供了内嵌的tomcat以及springmvc的依赖。而web相关的自动配置是在spring-boot-autoconfigure.jar的web下。例如: ServerPropertiesAutoConfig
相关文章
相关标签/搜索