1 Star 0 Fork 4

zero365/springboot-web

forked from yxb_1990/springboot-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
yxb_1990 提交于 2016-01-05 15:49 +08:00 . jdk升级到1.8,添加实体serializable
group 'com.zz'
version '1.0'
apply plugin: "java"
apply plugin: 'spring-boot'
apply plugin: "war"
sourceCompatibility = 1.8
targetCompatibility = 1.8
version = "1.0"
buildscript {
repositories {
jcenter()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.0.RELEASE")
}
}
war {
baseName = 'spring-boot-web'
version = '0.1'
}
repositories {
jcenter()
}
dependencies {
compile "org.springframework.boot:spring-boot-starter-web"
compile "org.springframework.boot:spring-boot-starter-aop"
compile "org.springframework.boot:spring-boot-starter-data-jpa"
compile "org.springframework.boot:spring-boot-starter-jdbc"
compile "org.springframework.boot:spring-boot-starter-redis"
compile "org.springframework.boot:spring-boot-devtools"
compile "org.springframework.boot:spring-boot-starter-actuator"
//compile "org.springframework.boot:spring-boot-starter-data-elasticsearch"
compile "org.apache.shiro:shiro-spring:1.2.3"
compile "com.google.guava:guava:17.0"
compile "org.apache.commons:commons-lang3:3.4"
compile "commons-collections:commons-collections:3.2.1"
compile "commons-io:commons-io:2.4"
compile "commons-codec:commons-codec:1.10"
compile "joda-time:joda-time:2.8"
compile "org.quartz-scheduler:quartz:2.1.1"
compile "opensymphony:sitemesh:2.4.2"
providedCompile "org.springframework.boot:spring-boot-starter-tomcat"
providedCompile "org.apache.tomcat.embed:tomcat-embed-jasper"
compile "javax.servlet:jstl"
providedCompile "javax.servlet:javax.servlet-api"
runtime "mysql:mysql-connector-java:5.1.18"
testCompile "org.springframework.boot:spring-boot-starter-test"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zero365/springboot-web.git
git@gitee.com:zero365/springboot-web.git
zero365
springboot-web
springboot-web
master

搜索帮助