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

SpringBoot-学习笔记

时间:2017-11-05 23:42:36      阅读:450      评论:0      收藏:0      [点我收藏+]

标签:redis   could   enable   def   ima   str   启动   logs   测试   

 

Bug1 : 测试程序运行失败

技术分享

测试类所在包(ctrl)与目标所在包(controller)不一致

修改测试类上面的注解, 带上classes参数

技术分享  技术分享    

 

测试输出结果:

技术分享

 

Bug 2: 找不到bean对象

Description:

Field myProperties in com.wnc.sboot1.controller.UserController required a bean of type ‘com.wnc.sboot1.config.MyProperties‘ that could not be found.

Action:

Consider defining a bean of type ‘com.wnc.sboot1.config.MyProperties‘ in your configuration.

技术分享    技术分享

 

修改: 

技术分享

启动方式改为App.class. controller层去掉@EnableAutoConfiguration

技术分享

Bug 3: 找不到spring-boot-starter-redis

技术分享

改为***-data-redis

 

SpringBoot-学习笔记

标签:redis   could   enable   def   ima   str   启动   logs   测试   

原文地址:http://www.cnblogs.com/crazyData/p/7780540.html

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