代码拉取完成,页面将自动刷新
apply plugin: 'java'
apply plugin: 'war' //用来生成war
apply plugin: 'eclipse-wtp' //用来生成Eclipseweb项目的插件(web-tool-platform)
version = '1.0' //property
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile 'jstl:jstl:1.2'
compile 'org.springframework:spring-beans:4.1.7.RELEASE'
compile 'org.springframework:spring-web:4.1.7.RELEASE'
compile 'org.springframework:spring-webmvc:4.1.7.RELEASE'
compile 'org.springframework:spring-tx:4.1.7.RELEASE'
compile 'org.springframework:spring-context-support:4.1.7.RELEASE'
compile 'org.springframework:spring-jdbc:4.1.7.RELEASE'
compile 'org.springframework:spring-aop:4.1.7.RELEASE'
compile 'org.springframework:spring-core:4.1.7.RELEASE'
compile 'org.springframework:spring-context-support:4.1.7.RELEASE'
compile 'org.apache.shiro:shiro-core:1.2.4'
compile 'org.apache.shiro:shiro-web:1.2.4'
compile 'org.apache.shiro:shiro-spring:1.2.4'
compile 'org.apache.shiro:shiro-ehcache:1.2.4'
compile 'org.apache.shiro:shiro-quartz:1.2.4'
compile 'org.aspectj:aspectjrt:1.7.4'
compile 'org.aspectj:aspectjweaver:1.7.4'
compile 'javax.servlet:javax.servlet-api:3.0.1'
compile 'javax.servlet.jsp:jsp-api:2.2'
compile 'javax.servlet:jstl:1.1.2'
compile 'redis.clients:jedis:2.8.0'
compile 'com.alibaba:druid:1.0.15'
compile 'net.sf.json-lib:json-lib:2.2.3'
compile 'org.json:json:20151123'
compile 'org.springframework.data:spring-data-redis:1.5.0.RELEASE'
compile 'org.springframework.data:spring-data-jpa:1.8.0.RELEASE'
compile 'org.aspectj:aspectjweaver:1.8.6'
compile 'mysql:mysql-connector-java:5.1.6'
compile 'org.mybatis:mybatis-spring:1.2.3'
compile 'org.mybatis:mybatis:3.3.0'
compile 'org.springframework:spring-jdbc:4.1.7.RELEASE'
compile 'ch.qos.logback:logback-core:1.1.3'
compile 'ch.qos.logback:logback-classic:1.1.3'
compile 'ch.qos.logback:logback-access:1.1.3'
compile 'com.fasterxml.jackson.core:jackson-core:2.6.3'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.6.3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.6.3'
compile 'org.apache.commons:commons-lang3:3.4'
compile 'commons-collections:commons-collections:3.2.1'
compile 'org.hibernate:hibernate-validator:5.2.2.Final'
compile 'org.jboss.logging:jboss-logging:3.3.0.Final'
compile 'javax.validation:validation-api:1.1.0.Final'
compile 'commons-fileupload:commons-fileupload:1.3.1'
compile 'commons-io:commons-io:2.4'
compile 'org.crazycake:shiro-redis:2.4.2.1-RELEASE'
compile fileTree(dir: 'libs', include: ['*.jar']) //针对libs下的.jar库
}
test {
systemProperties 'property': 'value'
}
uploadArchives {
repositories {
flatDir {
dirs 'repos'
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。