1 Star 0 Fork 14

jeep/Editoffice

forked from saver-live/Editoffice 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
saver-live 提交于 2021-10-18 01:54 . update build.gradle.
plugins {
id 'org.springframework.boot' version '2.4.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.demo'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
repositories {
mavenCentral()
}
dependencies {
compile fileTree(dir: 'libs', includes: ['*jar'])
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.bouncycastle:bcprov-jdk16:1.46'
implementation 'com.alibaba:fastjson:1.2.78'
implementation 'redis.clients:jedis:3.0.1'
compile group: 'commons-io', name: 'commons-io', version: '2.8.0'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
test {
useJUnitPlatform()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jeeps/editoffice.git
[email protected]:jeeps/editoffice.git
jeeps
editoffice
Editoffice
master

搜索帮助