
error
大雄的梦想
构思两小时,实现五分钟
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
error:dubbo
can not register RM,err:can not connect to services-server. Caused by: java.lang.IllegalStateException: Failed to check the status of the service cn.iocoder.mall.order.api.CartService. No provider...原创 2020-02-07 13:20:06 · 283 阅读 · 0 评论 -
找不到类
springboot多模块 启动时找不到其他模块的某个类报错 @SpringBootApplication(scanBasePackages = {"xxx.xxx.xxx.xxx"}) 扩大包的范围{"xxx.xxx.xxx"},即使范围包括了被引用类的位置。 (原因未知) ...原创 2020-02-06 21:10:39 · 252 阅读 · 0 评论