41 Star 148 Fork 43

Cent / class-scanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.gradle 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
centychen 提交于 2019-01-14 10:47 . 增加注释
ext {
// maven本地路径
localMavenRepo = 'file://' + new File(System.getProperty('user.home'), 'maven-repo/maven').absolutePath
//版本管理
junitVersion = '4.11'
lombokVersion = '1.18.4'
slf4jVersion = '1.7.25'
springBootVersion = '2.0.5.RELEASE'
//依赖管理
dependencies = [
"lombok": "org.projectlombok:lombok:${lombokVersion}",
"junit" : "junit:junit:${junitVersion}",
"slf4j-api":"org.slf4j:slf4j-api:${slf4jVersion}",
"slf4j-simple":"org.slf4j:slf4j-simple:${slf4jVersion}",
"spring-boot-autoconfigure":"org.springframework.boot:spring-boot-autoconfigure:${springBootVersion}",
"spring-boot-configuration-processor":"org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}",
"spring-boot-starter-web":"org.springframework.boot:spring-boot-starter-web:${springBootVersion}",
"spring-boot-starter-test":"org.springframework.boot:spring-boot-starter-test:${springBootVersion}",
]
}
Java
1
https://gitee.com/centchen/class-scanner.git
git@gitee.com:centchen/class-scanner.git
centchen
class-scanner
class-scanner
master

搜索帮助