1 Star 0 Fork 72

光祥/shaun

forked from baomidou/shaun 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
miemie 提交于 2021-06-02 16:43 . v 1.2
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:6.0.0-m2")
}
}
include 'shaun-core'
include 'shaun-togglz'
include 'shaun-spring-boot-starter'
file("${rootDir}/tests").eachDir { include "tests:${it.name}" }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/guangxiaoLong/shaun.git
git@gitee.com:guangxiaoLong/shaun.git
guangxiaoLong
shaun
shaun
master

搜索帮助