首页 > 编程语言 > 详细

SpringBoot-学习笔记

时间:2017-11-05 23:04:20      阅读:298      评论:0      收藏:0      [点我收藏+]

 

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-学习笔记

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!