代码拉取完成,页面将自动刷新
group 'com.hq'
version '1.0-SNAPSHOT'
apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'idea'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
buildscript {
repositories {
mavenCentral()
}
// dependencies {
// classpath "com.bluepapa32:gradle-watch-plugin:0.1.3"
// }
}
war {
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'junit', name: 'junit', version: '4.12'
//spring framework
compile "org.springframework:spring-aop:4.3.12.RELEASE"
compile "org.springframework:spring-aspects:4.3.12.RELEASE"
compile "org.springframework:spring-context:4.3.12.RELEASE"
compile "org.springframework:spring-context-support:4.3.12.RELEASE"
compile "org.springframework:spring-core:4.3.12.RELEASE"
compile "org.springframework:spring-instrument:4.3.12.RELEASE"
compile "org.springframework:spring-jdbc:4.3.12.RELEASE"
compile "org.springframework:spring-orm:4.3.12.RELEASE"
compile "org.springframework:spring-oxm:4.3.12.RELEASE"
compile "org.springframework:spring-test:4.3.12.RELEASE"
compile "org.springframework:spring-tx:4.3.12.RELEASE"
compile "org.springframework:spring-web:4.3.12.RELEASE"
compile "org.springframework:spring-webmvc:4.3.12.RELEASE"
//mybatis
compile "org.mybatis:mybatis:3.3.0"
compile "org.mybatis:mybatis-spring:1.3.0"
//javax
compile "javax.servlet:javax.servlet-api:3.1.0"
compile "javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b01"
compile "javax.servlet:jstl:1.2"
//mysql
compile "mysql:mysql-connector-java:6.0.6"
//alibaba
compile "com.alibaba:druid:1.0.12"
compile "com.alibaba:fastjson:1.1.41"
//log4j
compile "log4j:log4j:1.2.17"
compile "org.slf4j:slf4j-api:1.7.7"
compile "org.slf4j:slf4j-log4j12:1.7.7"
//jackson
compile "com.fasterxml.jackson.core:jackson-core:2.8.2"
compile "com.fasterxml.jackson.core:jackson-databind:2.8.2"
//commons
compile "commons-fileupload:commons-fileupload:1.3.2"
compile "commons-io:commons-io:2.5"
compile "commons-codec:commons-codec:1.10"
compile "commons-lang:commons-lang:2.6"
//aspectj
compile "org.aspectj:aspectjweaver:1.8.9"
//pagehelper
compile "com.github.pagehelper:pagehelper:4.1.6"
//跨域请求相关
compile "com.thetransactioncompany:java-property-utils:1.9.1"
compile "com.google.code.gson:gson:2.6.2"
compile "com.thetransactioncompany:cors-filter:2.5"
//timer
compile group: 'joda-time', name: 'joda-time', version: '2.9.9'
//发送邮件
compile "javax.mail:mail:1.4.7"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。