38 Star 285 Fork 68

baomidou / shaun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
miemie 提交于 2022-06-06 15:30 . 支持 spring actuator
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.16.1")
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}" }
Java
1
https://gitee.com/baomidou/shaun.git
git@gitee.com:baomidou/shaun.git
baomidou
shaun
shaun
master

搜索帮助