码迷,mamicode.com
首页 > 编程语言 > 详细

spring-boot启动信息中non-fatal error

时间:2016-12-29 17:04:36      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:common   java   comm   添加   class   not   support   dex   .config   

java.lang.ClassNotFoundException: org.springframework.data.web.config.EnableSpringDataWebSupport
缺少依赖:
在gradle.build文件dependencies添加
  compile("org.springframework.data:spring-data-commons")

 

java.lang.ClassNotFoundException: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity
缺少依赖:
在gradle.build文件dependencies添加
  compile("org.springframework.boot:spring-boot-starter-security")

spring-boot启动信息中non-fatal error

标签:common   java   comm   添加   class   not   support   dex   .config   

原文地址:http://www.cnblogs.com/badboyf/p/6233295.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!