修正swagger冲突
parent
d458b5f518
commit
86189199fb
30
pom.xml
30
pom.xml
|
|
@ -131,6 +131,36 @@
|
||||||
<groupId>com.ruoyi</groupId>
|
<groupId>com.ruoyi</groupId>
|
||||||
<artifactId>integration-ruoyi</artifactId>
|
<artifactId>integration-ruoyi</artifactId>
|
||||||
<version>3.8.8</version>
|
<version>3.8.8</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>swagger-annotations</artifactId>
|
||||||
|
<groupId>io.swagger</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>swagger-annotations</artifactId>
|
||||||
|
<groupId>io.swagger.core.v3</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>swagger-models</artifactId>
|
||||||
|
<groupId>io.swagger</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>swagger-models</artifactId>
|
||||||
|
<groupId>io.swagger.core.v3</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>springfox-swagger-common</artifactId>
|
||||||
|
<groupId>io.springfox</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>springfox-swagger-ui</artifactId>
|
||||||
|
<groupId>io.springfox</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>springfox-swagger2</artifactId>
|
||||||
|
<groupId>io.springfox</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,11 +42,11 @@ xss:
|
||||||
# supportMethodsArguments: true
|
# supportMethodsArguments: true
|
||||||
# params: count=countSql
|
# params: count=countSql
|
||||||
|
|
||||||
swagger:
|
#swagger:
|
||||||
# 是否开启swagger
|
# # 是否开启swagger
|
||||||
enabled: true
|
# enabled: true
|
||||||
# 请求前缀
|
# # 请求前缀
|
||||||
pathMapping: /dev-api
|
# pathMapping: /dev-api
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue