1 Star 0 Fork 10

winter365/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
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/winter365/wallet-service.git
git@gitee.com:winter365/wallet-service.git
winter365
wallet-service
wallet-service
master

搜索帮助