|
@@ -29,7 +29,9 @@ ext {
|
|
|
// 编译脚本
|
|
|
buildscript {
|
|
|
ext {
|
|
|
- springBootVersion = "3.3.0"
|
|
|
+ springBootVersion = "3.1.1"
|
|
|
+ springdocVersion = "2.5.0"
|
|
|
+ flowlongVersion = "0.0.7"
|
|
|
aizudaVersion = "1.0.3"
|
|
|
}
|
|
|
|
|
@@ -92,14 +94,14 @@ dependencies {
|
|
|
api('org.springframework.boot:spring-boot-starter-log4j2')
|
|
|
api("com.lmax:disruptor")
|
|
|
|
|
|
- // 文档 https://springdoc.org/v2/#demos
|
|
|
- implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
|
|
|
+ // 文档 https://springdoc.org
|
|
|
+ implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:${springdocVersion}")
|
|
|
|
|
|
// 监控
|
|
|
implementation("com.aizuda:aizuda-monitor")
|
|
|
|
|
|
// 工作流引擎
|
|
|
- implementation("com.aizuda:flowlong-spring-boot-starter:0.0.7")
|
|
|
+ implementation("com.aizuda:flowlong-spring-boot-starter:${flowlongVersion}")
|
|
|
|
|
|
// SpringBootAdmin 监控管理客户端,未使用可以删除
|
|
|
// implementation("de.codecentric:spring-boot-admin-starter-client:3.0.2")
|
|
@@ -109,7 +111,7 @@ dependencies {
|
|
|
|
|
|
// oss 文件存储
|
|
|
implementation("com.aizuda:aizuda-oss")
|
|
|
- implementation("io.minio:minio:8.5.2")
|
|
|
+ // implementation("io.minio:minio:8.5.10")
|
|
|
implementation("com.squareup.okhttp3:okhttp:4.10.0")
|
|
|
implementation("org.apache.tika:tika-core:2.7.0")
|
|
|
|