2023年1月31日
摘要: Apollo配置中心拉取,通过单独打包解决 Get config services failed from http://阿里云局域网访问IP:8080/services/config?appId=MyAppId&ip=192.168.145.1 Cause Could not complete g 阅读全文
posted @ 2023-01-31 17:40 oktokeep 阅读(2044) 评论(1) 推荐(0) 编辑
摘要: 消息队列及java for循环异常捕捉处理 1.定时任务查询需要的数据,减少处理的时间,通过消息队列的方式发送出来。2.接收端接收到数据,然后查询相关的es等,封装数据入库3.视图层直接查询入库的数据表,供后台管理界面显示 #DEMO CODE import org.springframework. 阅读全文
posted @ 2023-01-31 15:44 oktokeep 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 服务注册超时时间Read timed out报错解决 数据批量导出,大批量的数据,如根据结算日期按月来导出的业务场景。客户端报错提示:Caused by: java.net.SocketTimeoutException: Read timed out服务端报错提示:org.apache.catali 阅读全文
posted @ 2023-01-31 15:31 oktokeep 阅读(1054) 评论(3) 推荐(0) 编辑