14 Star 38 Fork 15

大道至简氵/mybatis-jpa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
大道至简氵 提交于 2016-12-09 11:00 +08:00 . no commit message
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'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/minimalismstyle/mybatis-jpa.git
git@gitee.com:minimalismstyle/mybatis-jpa.git
minimalismstyle
mybatis-jpa
mybatis-jpa
master

搜索帮助