logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Rocketmq可视化管理界面rocketmq-dashboard,rocketmq-console已被单独列为一个项目:rocketmq-dashboard

1、简单介绍原有的rocketmq-console已被rocketmq-externals单独列为一个项目,现在取名:rocketmq-dashboardrocketmq-externals地址:https://github.com/apache/rocketmq-externals2、下载git项目地址:https://github.com/apache/rocketmq-dashboard本地

#linux
springboot配置resilience4j

resilience4j-ratelimiter:流量控制单位时间内,控制访问方法的数量yml配置:resilience4j.ratelimiter:instances:backendA: # 名称limit-for-period: 3 #限制连续请求3次limit-refresh-period: 1s #1s刷新统计值timeout-duration: 5s #超时等待时长backendB: #

#spring boot#后端#spring
访问spring cloud configserver:No subject alternative names matching IP address xxxx found

最近在给集群配置https的时候。服务启动访问配置中心的时候报了如下错误:No subject alternative names matching IP address xxxx found谷歌了一大堆资料,都是要关闭ssl验证,然而试了一圈后查看源码,config client使用的是restTemplate访问配置中心,config client自己定义了一个restTemplate,无法修

#spring cloud#tcp/ip#eureka
Cannot construct instance of `com.*` (although at least one Creator exists): cannot deserialize

今天在写springboot单元测试的时候,序列化对象时出现一个错误:Cannot construct instance of `com.*.GeneralResponse` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Cre

#java#spring#spring boot +1
Cannot construct instance of `com.*` (although at least one Creator exists): cannot deserialize

今天在写springboot单元测试的时候,序列化对象时出现一个错误:Cannot construct instance of `com.*.GeneralResponse` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Cre

#java#spring#spring boot +1
linux服务启动报错:*.service: Main process exited, code=exited, status=203/EXEC

启动rocketmq服务报错:[root@rocketmq1-nameserver-test bin]# systemctl start rocketmq-nameserver[root@rocketmq1-nameserver-test bin]# systemctl status rocketmq-nameserver● rocketmq-nameserver.service - namese

#linux
到底了