
spring-bug大全
大精灵丶帕克
如果你想要改变自己的命运,那你不仅得有承担失败的勇气,还得有坚持不懈的意志。虽然生活可能很艰辛,但我希望你为自己而活。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cause: The @Service undefined interfaceClass or interfaceName, and the service class unimplemented a
学习dubbo时,启动tomacat报错严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testServiceImpl原创 2021-01-20 23:49:16 · 835 阅读 · 1 评论 -
postman报错“message“: “No message available“,@RequestMapping注解问题
postman报错"message": “No message available”调用接口时idea控制台啥都不提示,报这个错说明找不到接口简单查看了一下controller,我寻思接口也没写错啊另一个接口/cat/category又能调用,对比了一下发现俩个接口返回的数据不同,一个是直接返回实体类,一个是封装到list返回实体类还发现我使用的是@RestController和@RequestMapping注解网上查了一下@RestController注解相当于@Controller+@Re原创 2020-11-05 18:49:26 · 19164 阅读 · 1 评论 -
springcloud微服务报错Cannot resolve net.bytebuddy:byte-buddy-agent:1.7.11
springcloud微服务报错Cannot resolve net.bytebuddy:byte-buddy-agent:1.7.11点击idea右侧Maven,沿着红线打开发现报错的是测试的包应该是springboot测试启动器包版本问题,直接把该依赖注释掉就行,或者更换其他版本测试...原创 2020-10-27 17:02:34 · 9718 阅读 · 0 评论