代码拉取完成,页面将自动刷新
buildscript {
ext {
springBootVersion = '1.4.2.RELEASE'
}
repositories {
mavenLocal()
mavenCentral()
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/snapshot" }
jcenter()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
allprojects {
group = 'com.woodws'
version = '1.0.release'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
dependencies {
compile("org.springframework.boot:spring-boot-starter")
compile("org.springframework.boot:spring-boot-starter-test")
compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:1.1.1")
compile("org.springframework.boot:spring-boot-starter-freemarker")
compile("org.springframework.boot:spring-boot-starter-security")
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-amqp")
compile("org.springframework.boot:spring-boot-starter-mail")
compile("org.springframework.boot:spring-boot-starter-cache")
compile("org.springframework.boot:spring-boot-starter-redis:")
compile("org.activiti:activiti-spring-boot-starter-basic:5.21.0")
compile("commons-fileupload:commons-fileupload:1.3.1")
compile("org.jxls:jxls:2.3.0")
compile("org.jxls:jxls-jexcel:1.0.6")
compile("org.jxls:jxls-poi:1.0.11")
compile("org.jxls:jxls-reader:2.0.2")
compile("org.springframework.security:spring-security-taglibs:4.2.0.RELEASE")
compile("org.springframework.security:spring-security-acl:4.2.0.RELEASE")
compile("org.springframework.security:spring-security-web:4.2.0.RELEASE")
compile("javax.servlet.jsp:jsp-api:2.1")
compile("com.github.pagehelper:pagehelper:4.1.6")
compile("org.apache.commons:commons-lang3:3.3.2")
compile("commons-net:commons-net:3.5")
compile("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final")
compile("mysql:mysql-connector-java:5.1.21")
compile("org.aspectj:aspectjrt:1.8.2")
compile("org.aspectj:aspectjweaver:1.8.8")
testCompile group: 'junit', name: 'junit', version: '4.12'
}
repositories {
mavenLocal()
mavenCentral()
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/snapshot" }
jcenter()
}
}
task wrapper(type: Wrapper) {
gradleVersion = '2.14.1'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。