1 Star 1 Fork 73

tzthomas/shaun

forked from baomidou/shaun 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
miemie 提交于 2020-11-30 18:01 . license
rootProject.name = "shaun"
buildscript {
repositories {
maven { url "https://maven.aliyun.com/nexus/content/groups/public" }
maven { url "https://maven.aliyun.com/nexus/content/repositories/gradle-plugin" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0")
classpath "io.freefair.gradle:lombok-plugin:5.3.0"
}
}
include 'shaun-core'
include 'shaun-spring-boot-starter'
file("${rootDir}/tests").eachDir { include "tests:${it.name}" }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tzthomas/shaun.git
[email protected]:tzthomas/shaun.git
tzthomas
shaun
shaun
master

搜索帮助