0 Star 1 Fork 6

Elune / pocket-hd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.38 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
郑杰 提交于 2018-07-23 16:59 . 基本功能已完善
buildscript {
ext {
springBootVersion = '1.5.9.RELEASE'
}
repositories {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
//读取yml的自定义属性
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'com.zhengjieblog.pocket'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}
dependencies {
//Jpa
compile('org.springframework.boot:spring-boot-starter-data-jpa')
//Spring boot内置web容器
compile('org.springframework.boot:spring-boot-starter-web')
//Spring boot单元测试
testCompile('org.springframework.boot:spring-boot-starter-test')
//安全验证
//compile("org.springframework.boot:spring-boot-starter-security")
//设备类型检查
//compile("org.springframework.mobile:spring-mobile-device:1.1.5.RELEASE")
//Mysql
runtime('mysql:mysql-connector-java')
//lombok
compileOnly('org.projectlombok:lombok')
//阿里云连接池
compile("com.alibaba:druid:1.1.6")
//jwt
compile("com.auth0:java-jwt:2.2.0")
//处理JSON
compile("com.alibaba:fastjson:1.2.31")
}
Java
1
https://gitee.com/elunez/pocket-hd.git
git@gitee.com:elunez/pocket-hd.git
elunez
pocket-hd
pocket-hd
master

搜索帮助

14c37bed 8189591 565d56ea 8189591