mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
Pre Merge pull request !793 from liquor/5.X
This commit is contained in:
commit
bb5fb8d972
10
pom.xml
10
pom.xml
@ -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>
|
||||
|
||||
@ -186,6 +186,11 @@ sms:
|
||||
sdk-app-id: 您的sdkAppId
|
||||
|
||||
|
||||
# nextdoc4j 配置 - dev 启动 prod不配置默认不启动
|
||||
nextdoc4j:
|
||||
# 是否启用
|
||||
enabled: true
|
||||
|
||||
--- # 三方授权
|
||||
justauth:
|
||||
# 前端外网访问地址
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user