20181031 temp
摘要:https://wiki.jenkins.io/display/JENKINS/M2+Release+Plugin https://issues.jenkins-ci.org/browse/JENKINS-4690 https://issues.jenkins-ci.org/browse/JENKI
阅读全文
posted @
2018-10-31 13:52
斜月三星一太阳
阅读(133)
推荐(0)
stackoverflow
摘要:Be on-topic Our community is defined by a specific set of topics in the help center; please stick to those topics and avoid asking for opinions or ope
阅读全文
posted @
2018-10-31 11:53
斜月三星一太阳
阅读(447)
推荐(0)
记录一次堆外内存溢出
摘要:注:其实问题并不是由我排查的,只是想记一下思路,来推动自己的进步 # 问题描述: 一个使用kafka进行流处理的项目不断发生 oom 被系统kill掉的情况 # 分析排查 1. 刚开始的时候项目启动时并没有指定初始堆内存,先假设是因为堆内存使用过大导致系统内存使用100%而被kill掉 问题1尝试解
阅读全文
posted @
2018-10-29 13:50
斜月三星一太阳
阅读(720)
推荐(0)
正确、安全地停止SpringBoot应用服务
摘要:正确、安全地停止SpringBoot应用服务
阅读全文
posted @
2018-10-23 17:35
斜月三星一太阳
阅读(152)
推荐(0)
spring boot application.properties文件外部配置
摘要:spring boot application.properties文件外部配置 官方文档
阅读全文
posted @
2018-10-23 15:17
斜月三星一太阳
阅读(194)
推荐(0)
一次事务配置失败引发的总结
摘要:环境 : springboot + mybatis + shiro + mysql 需求: service 层配置事务过程 : 1. springboot 启动类加上 @EnableTransactionManagement 注解 2. service 方法上加上@Transactional 注解
阅读全文
posted @
2018-10-18 12:36
斜月三星一太阳
阅读(277)
推荐(0)