We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce3478 commit 11f413dCopy full SHA for 11f413d
README.md
@@ -5,7 +5,7 @@
5
springboot知识点整理、工程实践,并结合工作案例适当深入
6
7
* 使用travis ci持续集成
8
-* 使用code climate进行代码质量检查
+* 使用codecov进行代码覆盖率检查
9
* 学习案例以模块方式划分,每隔模块都是独立可执行项目,直接运行Application即可
10
11
# 分享平台
@@ -46,6 +46,7 @@ Github地址:https://github.com/happyxiaofan
46
* spring-boot-task(定时任务)
47
48
[Spring定时任务源码分析](http://blog.csdn.net/u011116672/article/details/77132205)
49
+
50
[深入浅出Spring task定时任务](http://blog.csdn.net/u011116672/article/details/52517247)
51
* spring-boot-retry(重试和熔断)
52
0 commit comments