标签:debug support 启动 commons .com release function parent shu
java.lang.ClassNotFoundException: org.springframework.data.web.config.EnableSpringDataWebSupport
添加依赖(版本由parent中spring-data-releasetrain
定义)
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
java.lang.ClassNotFoundException: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity
添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
java.lang.ClassNotFoundException: java.lang.FunctionalInterface
spring-boot启动debug信息中non-fatal error解决
标签:debug support 启动 commons .com release function parent shu
原文地址:http://www.cnblogs.com/softidea/p/6083010.html