1 Star 0 Fork 32

lyc984006207 / SpringBoot2NoSQL

forked from 昕有灵犀 / SpringBoot2NoSQL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
昕有灵犀 提交于 2018-09-18 09:50 . 第一次提交
buildscript {
ext {
springBootVersion = '2.0.5.RELEASE'
}
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'xy'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile('org.springframework.boot:spring-boot-starter-cache')
compile('org.springframework.boot:spring-boot-starter-data-cassandra')
compile('org.springframework.boot:spring-boot-starter-data-couchbase')
compile('org.springframework.boot:spring-boot-starter-data-elasticsearch')
compile('org.springframework.boot:spring-boot-starter-data-mongodb')
compile('org.springframework.boot:spring-boot-starter-data-neo4j')
compile('org.springframework.boot:spring-boot-starter-data-redis')
compile('org.springframework.boot:spring-boot-starter-data-solr')
compile group: 'net.sf.ehcache', name: 'ehcache', version: '2.10.5'
compile group: 'org.redisson', name: 'redisson', version: '3.7.5'
//compile group: 'org.springframework.data', name: 'spring-data-hadoop', version: '2.5.0.RELEASE'
//compile('org.springframework.boot:spring-boot-starter-freemarker')
//compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.springframework.kafka:spring-kafka')
runtime('org.springframework.boot:spring-boot-devtools')
testCompile('org.springframework.boot:spring-boot-starter-test')
}
Java
1
https://gitee.com/www.lyc.com/SpringBoot2NoSQL.git
git@gitee.com:www.lyc.com/SpringBoot2NoSQL.git
www.lyc.com
SpringBoot2NoSQL
SpringBoot2NoSQL
master

搜索帮助