1 Star 0 Fork 36

田trf / plugin-spring-boot-starter_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 255 Bytes
一键复制 编辑 原始数据 按行查看 历史
donghao 提交于 2021-08-20 19:13 . fix:loader
plugins {
id 'java'
}
group GROUP_ID
version VERSION
repositories {
mavenLocal()
maven { url "https://maven.aliyun.com/nexus/content/groups/public" }
mavenCentral()
}
dependencies {
}
test {
useJUnitPlatform()
}
Java
1
https://gitee.com/trf/plugin-spring-boot-starter_2.git
git@gitee.com:trf/plugin-spring-boot-starter_2.git
trf
plugin-spring-boot-starter_2
plugin-spring-boot-starter_2
master-v2

搜索帮助