会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
W
e
l
c
o
m
e
: )
所遇所思
博客园
首页
新随笔
联系
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
21
下一页
2022年3月9日
Swagger之Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang
摘要: 1、环境 win10、idea2020.1、JDK8、maven3.6、springboot2.6.2、swagger2.9.2 2、遇到问题 Failed to start bean 'documentationPluginsBootstrapper'; nested exception is j
阅读全文
posted @ 2022-03-09 17:38 所遇所思
阅读(1320)
评论(0)
推荐(0)
2022年2月25日
java.lang.IllegalStateException: Failed to register dubbo://139.224.33.130:20881
摘要: 1、遇到的问题 java.lang.IllegalStateException: Failed to register dubbo://10.3.5.176:20880 2、解决办法: 第一步: 1、先检查是否导入了项目所需要的全部Jar包,一般情况下是因为缺少某一个包导致,猜现在是缺少common
阅读全文
posted @ 2022-02-25 12:00 所遇所思
阅读(146)
评论(0)
推荐(0)
2022年2月24日
Dubbo相关整理
摘要: Dubbo是什么 Dubbo是: 一款分布式服务框架 高性能和透明化的RPC远程服务调用方案 SOA服务治理方案 每天为2千多个服务提供大于30亿次访问量支持,并被广泛应用于阿里巴巴集团的各成员站点以及别的公司的业务中。 Dubbo架构 Provider: 暴露服务的服务提供方。 Consumer:
阅读全文
posted @ 2022-02-24 17:01 所遇所思
阅读(16)
评论(0)
推荐(0)
2022年2月22日
springCloud之Cloud not autowire.No beans of ‘‘ type found
摘要: 1、运行环境: 操作系统:win10 jdk版本:1.8 idea版本:2020.1 maven版本:3.3.9 springBoot版本:2.0.0 2、遇到的问题 在service层,下面billMapper飘红 3、解决方法 将@Autowired注解,该为@Resource注解即可,如下图所
阅读全文
posted @ 2022-02-22 20:20 所遇所思
阅读(102)
评论(0)
推荐(0)
springCloud之This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver‘.
摘要: 1、遇到的问题 This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. 原因如下: 以前的连接mysql的数据库遇到是使用下图的,而我使用的springBoot版本比较高<version>2.6.3</versi
阅读全文
posted @ 2022-02-22 17:31 所遇所思
阅读(62)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
21
下一页
公告