2 Star 0 Fork 0

HW_Ren/Parking-Navi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
HW_Ren 提交于 2016-11-30 18:27 . 更改 NONE
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE")
}
}
apply plugin: 'java'
apply plugin: 'spring-boot'
jar {
baseName = 'parking-nav'
version = '0.1.0'
}
repositories {
mavenCentral()
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
dependencies {
// mybatis
compile("org.mybatis:mybatis:3.2.1")
compile("org.mybatis:mybatis-spring:1.2.0")
compile("org.mybatis.generator:mybatis-generator-core:1.3.2")
compile("tk.mybatis:mapper:3.3.6")
compile("com.github.pagehelper:pagehelper:4.1.6")
// spring-boot
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-jdbc")
compile("org.springframework.boot:spring-boot-starter-tomcat")
compile("org.springframework.boot:spring-boot-starter-aop")
compile("org.springframework.boot:spring-boot-starter-actuator")
// compile("org.apache.tomcat.embed:tomcat-embed-jasper")
compile("javax.servlet:jstl")
// guava
compile("com.google.guava:guava:18.0")
// alibaba
compile("com.alibaba:druid:1.0.4")
compile("com.alibaba:fastjson:1.1.34")
// mysql
compile("mysql:mysql-connector-java:5.1.26")
// checkstyle
compile("com.puppycrawl.tools:checkstyle:7.0")
// test
testCompile("io.rest-assured:rest-assured:3.0.0")
testCompile("io.rest-assured:spring-mock-mvc:3.0.0")
testCompile("org.springframework.boot:spring-boot-starter-test")
// swagger
compile("io.springfox:springfox-swagger-ui:2.2.2")
compile("io.springfox:springfox-swagger2:2.2.2")
}
task wrapper(type: Wrapper) {
gradleVersion = '2.10'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Rewinder/Parking-Navi.git
[email protected]:Rewinder/Parking-Navi.git
Rewinder
Parking-Navi
Parking-Navi
master

搜索帮助