1 Star 0 Fork 1

yuebaix/pangu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuebaix 提交于 2021-09-05 05:33 . ✨add web module
plugins {
id 'java'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}
allprojects {
group = 'com.yuebaix'
version = '0.0.1-SNAPSHOT'
}
subprojects {
apply from: "${rootDir}/pangu-ready-spring-boot-starter/integrate/pangu-ready-denpendencies.gradle"
repositories {
//mavenLocal()
//mavenCentral()
//maven { url 'https://oss.sonatype.org/content/groups/public' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yuebaix/pangu.git
[email protected]:yuebaix/pangu.git
yuebaix
pangu
pangu
main

搜索帮助