摘要:
线程池配置 package com.fast.boot.framework.config; import com.fast.boot.common.config.ThreadPoolProperties; import com.fast.boot.common.utils.ThreadsUtils; 阅读全文
摘要:
JaCoCo介绍 一、JaCoCo简述 JaCoCo是一个开源的覆盖率工具,它针对的开发语言是java,其使用方法很灵活,可以嵌入到Ant、Maven中;可以作为Eclipse插件,可以使用其JavaAgent技术监控Java程序等等。 很多第三方的工具提供了对JaCoCo的集成,如sonar、Je 阅读全文