摘要: 由于在springboot 2.0 WebMvcAutoConfigurationAdapter 这个类成为了自动配置类 如果你要集成这个类 自动配置的许多属性就会失效 也就是说此类已过期 你需要使用一下 接口来实现静态资源的本地映射和前端跨域 等一系列功能 阅读全文
posted @ 2018-07-11 23:37 冷枚 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.yulu_keji yulu-parent 0.0.1-SNAPSHOT pom 4.12 4.1.3.RELEASE 3.2.7 1.2.2 1.2.15 5.... 阅读全文
posted @ 2018-07-11 22:58 冷枚 阅读(206) 评论(0) 推荐(0) 编辑
摘要: spring Boot应用启动器基本的一共有44种,具体如下: 1)spring-boot-starter 这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。 2)spring-boot-starter-actuator 帮助监控和管理应用。 3)spring-boot-sta 阅读全文
posted @ 2018-07-11 21:24 冷枚 阅读(393) 评论(0) 推荐(0) 编辑