2 Star 2 Fork 3

爱家/maintain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaopei 提交于 2016-09-02 21:15 +08:00 . 初始化提交
buildscript {
repositories {
jcenter()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE")
}
}
apply plugin: 'java'
apply plugin: 'spring-boot'
repositories {
jcenter()
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-devtools")
testCompile("org.springframework.boot:spring-boot-starter-test")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/RaEx1xHome/maintain.git
git@gitee.com:RaEx1xHome/maintain.git
RaEx1xHome
maintain
maintain
master

搜索帮助