上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: hystrix: command: default: execution: isolation: thread: timeoutInMilliseconds: 40000 timeout: enabled: true timeoutInMilliseconds: 60000 ribbon: Read 阅读全文
posted @ 2020-02-14 13:16 青竹玉简 阅读(990) 评论(1) 推荐(0) 编辑
摘要: 参数 全称 释义 说明-pl --projects Build specified reactor projects instead of all projects 选项后可跟随{groupId}:{artifactId}或者所选模块的相对路径(多个模块以逗号分隔) -am --also-make 阅读全文
posted @ 2020-01-07 17:12 青竹玉简 阅读(5071) 评论(0) 推荐(2) 编辑
摘要: https://www.jiweichengzhu.com/article/93afbed1245d4ee69b82ed1b067f48a4 阅读全文
posted @ 2020-01-06 11:39 青竹玉简 阅读(5936) 评论(0) 推荐(0) 编辑
摘要: -Xmx512m 阅读全文
posted @ 2019-12-26 18:07 青竹玉简 阅读(1742) 评论(0) 推荐(0) 编辑
摘要: private static ScheduledExecutorService swapExpiredPool = new ScheduledThreadPoolExecutor(10); private ReentrantLock lock = new ReentrantLock(); priva 阅读全文
posted @ 2019-12-20 17:14 青竹玉简 阅读(4965) 评论(0) 推荐(0) 编辑
摘要: 忽略了配置eureka.client.service-url.defaultZone而导致的异常,重新覆盖配置就好 client: fetch-registry: false register-with-eureka: false service-url: defaultZone: http://l 阅读全文
posted @ 2019-12-18 15:54 青竹玉简 阅读(2259) 评论(0) 推荐(0) 编辑
摘要: IDEA启动项目打开项目的配置文件,修改Program argument为--spring.profiles.active=developerName启动项目,即可 命令行方式启动项目 java -jar xxx.jar --spring.profiles.active=xxxx 阅读全文
posted @ 2019-12-11 18:32 青竹玉简 阅读(826) 评论(0) 推荐(0) 编辑
摘要: 1.勾选并行启动 2.-Dserver.port=9018 阅读全文
posted @ 2019-12-11 18:29 青竹玉简 阅读(1936) 评论(0) 推荐(0) 编辑
摘要: @Bean public Logger.Level getFeignLoggerLevel() { return Logger.Level.FULL ; } @Bean public ResponseEntityDecoder feignDecoder() { HttpMessageConverte 阅读全文
posted @ 2019-12-11 18:15 青竹玉简 阅读(2081) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页