Pre Merge pull request !793 from liquor/5.X

This commit is contained in:
liquor 2025-11-27 09:32:17 +00:00 committed by Gitee
commit bb5fb8d972
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 15 additions and 5 deletions

10
pom.xml
View File

@ -20,6 +20,7 @@
<java.version>17</java.version>
<mybatis.version>3.5.16</mybatis.version>
<springdoc.version>2.8.13</springdoc.version>
<nextdoc4j.version>1.1.1</nextdoc4j.version>
<therapi-javadoc.version>0.15.0</therapi-javadoc.version>
<fastexcel.version>1.3.0</fastexcel.version>
<velocity.version>2.3</velocity.version>
@ -127,10 +128,13 @@
<scope>import</scope>
</dependency>
<!--nextdoc4j - bom 管理-->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<version>${springdoc.version}</version>
<groupId>top.nextdoc4j</groupId>
<artifactId>nextdoc4j-dependencies</artifactId>
<version>${nextdoc4j.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>

View File

@ -186,6 +186,11 @@ sms:
sdk-app-id: 您的sdkAppId
# nextdoc4j 配置 - dev 启动 prod不配置默认不启动
nextdoc4j:
# 是否启用
enabled: true
--- # 三方授权
justauth:
# 前端外网访问地址

View File

@ -21,9 +21,10 @@
<artifactId>ruoyi-common-core</artifactId>
</dependency>
<!-- Nextdoc4j 集成 -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<groupId>top.nextdoc4j</groupId>
<artifactId>nextdoc4j-springboot3-starter</artifactId>
</dependency>
<dependency>