1 Star 0 Fork 5

zhang dongling/intranet_app_manager

forked from zecn/intranet_app_manager 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
yizhaorong 提交于 2020-02-19 18:41 . 添加权限管理
plugins {
id 'org.springframework.boot' version '2.1.6.RELEASE'
id 'java'
}
apply plugin: 'io.spring.dependency-management'
group = 'org.yzr'
version = '1.0.1'
sourceCompatibility = '1.8'
configurations {
developmentOnly
runtimeClasspath {
extendsFrom developmentOnly
}
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
compile group: 'org.apache.shiro', name: 'shiro-spring-boot-web-starter', version: '1.5.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10'
compile group: 'com.aliyun.oss', name: 'aliyun-sdk-oss', version: '3.1.0'
compile group: 'com.qiniu', name: 'qiniu-java-sdk', version: '7.2.28'
compile group: 'com.qcloud', name: 'cos_api', version: '5.6.15'
compile group: 'mysql', name: 'mysql-connector-java', version: '8.0.16'
compile group: 'com.googlecode.plist', name: 'dd-plist', version: '1.21'
compile group: 'net.dongliu', name: 'apk-parser', version: '2.6.9'
compile group: 'com.google.zxing', name: 'javase', version: '3.4.0'
compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile group: 'com.jcraft', name: 'jzlib', version: '1.1.3'
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.28'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.0.1'
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.59'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jason/intranet_app_manager.git
git@gitee.com:jason/intranet_app_manager.git
jason
intranet_app_manager
intranet_app_manager
master

搜索帮助