This commit is contained in:
张良(004796)
2024-02-06 18:48:28 +08:00
parent af790ee926
commit 5eb076864e
2 changed files with 13 additions and 1 deletions

View File

@@ -48,6 +48,18 @@
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-framework</artifactId>
<exclusions>
<exclusion>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webmvc-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webmvc-core</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>