- 博客(11)
- 收藏
- 关注
原创 20220429-remove spring-boot-starter-web
Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. Please remove spring-boot-starter-web dependency.Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAu
2022-04-29 21:26:55
970
原创 2022-04-26-nacos:Load balancer does not have available server for client: mall-product
相同的错误记录一下
2022-04-26 00:50:31
375
原创 k8s_docker_2
项目场景:执行:kubectl get pods报出错误:The connection to the server 192.168.1.215:6443 was refused - did you specify the right host or port?k8s报错The connection to the server 192.168.X.X:6443 was refused -did you specify…?docker images镜像丢失问题描述:连接不到本机服务,我这问题,自
2021-12-24 22:46:06
668
原创 20210409_1_postMan访问失败
项目场景:org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary was found问题描述:提示:这里描述项目中遇到的问题:例如:数据传输过程中数据不时出现丢失的情况,偶尔会丢失一部分数据APP 中接收数据代码:@Override public void run() { byt
2021-10-21 20:19:35
7186
原创 20210408_1_Jenkins部署项目配置失败
项目场景:在Jenkins添加项目部署失败,总是无法找到被部署的项目问题描述:找不到被选中的项目原因分析:解决方案:提示:这里填写该问题的具体解决方案:例如:新建一个 Message 对象,并将读取到的数据存入 Message,然后 mHandler.obtainMessage(READ_DATA, bytes, -1, buffer).sendToTarget();换成 mHandler.sendMessage()。...
2021-10-21 20:18:50
520
原创 2021-10-21-git与gitHub/gitee
学习目标:git与github的使用包教包会学习内容:地址:https://git-scm.com/直接下一步,选择位置,默认选项默認下一步就行本地結構代码托管本公司两公司初始化本地仓库(1)创建一个文件夹-任意盘符(2)打开git终端 git bash here (3)git 与linux 的命令一样的设置自己的账户名和邮箱(4)初始化文件夹初始化 :git init 9.常用命令git add :提交到暂存区git c
2021-10-21 20:15:28
97
原创 2021-09-17-url
项目场景:Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured问题描述:大眼一看我们就知道是没有索引到数据库,配置项出现问题Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be
2021-09-17 15:11:09
75
原创 20210406_1_kafka通信时项目无法启动
20210406_1_kafka通信时项目无法启动项目场景:在使用kafka进行信息的实时通信时,出现项目无法启动的问题,报错 信息如下问题描述:Failed to start bean ‘org.springframework.kafka.config.internalKafkaListenerEndpointRegistry’; nested exception is java.lang.IllegalStateException: No group.id found in consumer
2021-04-07 15:10:46
1763
原创 20210407_1_关闭kafka日志信息
项目场景:项目中使用了kafka,由于kafka的框架在控制台打印大量日志信息,如何关闭日志信息,解决如下;问题描述:控制台有大量日志信息解决方案:根据控制台信息找出kafka所在jar包名在application.yml中添加如下代码()ERROR:表示禁用;DEBUG:代表释放本次未用到logxxx.xml 的配置方法,同样可以实现屏蔽kafka日志信息;如下图:日志信息已屏蔽(由于未连接redis出现的错误)...
2021-04-07 14:48:19
1877
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人