会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
青竹玉简
无凌云志 何以乾坤 志之所向 无坚不摧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页
2020年4月10日
idea Android问题The supplied javaHome seems to be invalid. I cannot find the java executable. Tried location
摘要:
阅读全文
posted @ 2020-04-10 23:18 青竹玉简
阅读(518)
评论(0)
推荐(0)
2020年2月14日
微服务zuul超时调整
摘要: hystrix: command: default: execution: isolation: thread: timeoutInMilliseconds: 40000 timeout: enabled: true timeoutInMilliseconds: 60000 ribbon: Read
阅读全文
posted @ 2020-02-14 13:16 青竹玉简
阅读(999)
评论(1)
推荐(0)
2020年1月7日
maven 多个模块指定一个模块打包
摘要: 参数 全称 释义 说明-pl --projects Build specified reactor projects instead of all projects 选项后可跟随{groupId}:{artifactId}或者所选模块的相对路径(多个模块以逗号分隔) -am --also-make
阅读全文
posted @ 2020-01-07 17:12 青竹玉简
阅读(5138)
评论(0)
推荐(2)
2020年1月6日
IntelliJ IDEA 2019.2已经可以利用补丁永久破解激活了
摘要: https://www.jiweichengzhu.com/article/93afbed1245d4ee69b82ed1b067f48a4
阅读全文
posted @ 2020-01-06 11:39 青竹玉简
阅读(5953)
评论(0)
推荐(0)
2019年12月26日
调整idea项目运行vm大小
摘要: -Xmx512m
阅读全文
posted @ 2019-12-26 18:07 青竹玉简
阅读(1759)
评论(0)
推荐(0)
2019年12月20日
java实现带过期时间的缓存
摘要: private static ScheduledExecutorService swapExpiredPool = new ScheduledThreadPoolExecutor(10); private ReentrantLock lock = new ReentrantLock(); priva
阅读全文
posted @ 2019-12-20 17:14 青竹玉简
阅读(5032)
评论(0)
推荐(0)
2019年12月18日
Eureka 注册中心一直报Connect to localhost:8761 time out 的问题
摘要: 忽略了配置eureka.client.service-url.defaultZone而导致的异常,重新覆盖配置就好 client: fetch-registry: false register-with-eureka: false service-url: defaultZone: http://l
阅读全文
posted @ 2019-12-18 15:54 青竹玉简
阅读(2286)
评论(0)
推荐(0)
2019年12月11日
springboot项目在IDEA根据不同的开发人员读取不同的配置文件
摘要: IDEA启动项目打开项目的配置文件,修改Program argument为--spring.profiles.active=developerName启动项目,即可 命令行方式启动项目 java -jar xxx.jar --spring.profiles.active=xxxx
阅读全文
posted @ 2019-12-11 18:32 青竹玉简
阅读(839)
评论(0)
推荐(0)
Idea中一个服务按多个端口同时启动
摘要: 1.勾选并行启动 2.-Dserver.port=9018
阅读全文
posted @ 2019-12-11 18:29 青竹玉简
阅读(1949)
评论(0)
推荐(0)
修改feign解析器替换json
摘要: @Bean public Logger.Level getFeignLoggerLevel() { return Logger.Level.FULL ; } @Bean public ResponseEntityDecoder feignDecoder() { HttpMessageConverte
阅读全文
posted @ 2019-12-11 18:15 青竹玉简
阅读(2221)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页