5 Star 10 Fork 10

zhangshaolong / wallet-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhang.shaolong 提交于 2019-01-18 15:55 . 添加钱包信息
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE")
}
}
repositories {
mavenCentral()
}
allprojects {
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
group 'com.zhangsl.wallet'
version '1.0.1-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
Java
1
https://gitee.com/zhangshaolong/wallet-service.git
git@gitee.com:zhangshaolong/wallet-service.git
zhangshaolong
wallet-service
wallet-service
master

搜索帮助