1 Star 0 Fork 0

ArvinCao/handsure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
ArvinCao 提交于 2016-01-14 15:04 . redis boot基类
group 'com.handsure'
version '1.0-SNAPSHOT'
buildscript {
repositories {
maven { url 'http://maven.oschina.net/content/groups/public/' }
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.1.RELEASE")
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'spring-boot'
bootRun {
addResources = true
}
repositories {
maven { url 'http://maven.oschina.net/content/groups/public/' }
mavenCentral()
}
configurations {
providedRuntime
}
dependencies {
compile('org.springframework.boot:spring-boot-starter-web:1.2.7.RELEASE',
'org.springframework.boot:spring-boot-starter-test:1.2.7.RELEASE',
'org.springframework.boot:spring-boot-starter-redis:1.2.7.RELEASE')
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat:1.3.1.RELEASE")
testCompile group: 'junit', name: 'junit', version: '4.11'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/arvincao/handsure.git
git@gitee.com:arvincao/handsure.git
arvincao
handsure
handsure
master

搜索帮助