1 Star 0 Fork 0

Elvin Zeng/oneshop-standalone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elvin Zeng 提交于 2017-06-20 00:03 . 调整项目结构
buildscript {
ext {
springBootVersion = '1.5.4.RELEASE'
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("io.spring.gradle:dependency-management-plugin:1.0.3.RELEASE")
}
repositories {
//mavenCentral()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()
}
}
subprojects {
apply plugin: 'java'
apply plugin: 'eclipse-wtp'
apply plugin: 'idea'
apply plugin: 'io.spring.dependency-management'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
repositories {
//mavenCentral()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/elvinzeng/oneshop-standalone.git
git@gitee.com:elvinzeng/oneshop-standalone.git
elvinzeng
oneshop-standalone
oneshop-standalone
master

搜索帮助