Springcloud bug日志
PureヾChan
Java技术小白
展开
-
Nacos报错failed to req API:/nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried: ErrCode:50
在使用Nacos作为服务的注册中心的时候,一次调试发现自己服务竟然注册不了或则出现Nacos出现 ErrCode:503, ErrMsg:server is DOWN now, please try again later!这些就证明Nacos出现了问题。解决方法:我使用的是Nacos1.4,可能是版本的原因,造成了这一问题,大家可以删除Nacos/data下的protocol文件夹。这个文件夹,主要是存放了一些ip的历史记录,对大家的使用造成不了太大影响,同时在重新启.原创 2022-02-19 21:46:18 · 6461 阅读 · 0 评论 -
SpringBoot配置了DataSource的url但是还是报Failed to configure a DataSource: ‘url‘ attribute is not specified
***************************APPLICATION FAILED TO START*************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitabl.原创 2022-01-01 21:48:03 · 2293 阅读 · 1 评论 -
invalid bound statement (not found)非拼写缺少文件解决办法
在看文章之前,大家检查是否结构是否和我一致,mapper文件我是放在resource下的,控制交给了application中mybatis-plus配置mybatis-plus: mapper-locations: classpath*:/mapper/**/*.xml global-config: db-config: id-type: auto大家肯定是已经检查了无数遍自己的文件和拼写,但是发现都是没有问题的,但是就是报错。。。。注意,IDEA 的resou原创 2021-12-26 23:42:52 · 357 阅读 · 0 评论 -
Springcloud Stream 整合rabbitmq报错
出现bug:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sendMessageController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating原创 2021-05-28 23:54:25 · 758 阅读 · 3 评论