fix 修复 接口文档生成异常问题 将文档解析从v2升级至v3

This commit is contained in:
疯狂的狮子li
2022-06-06 16:58:51 +08:00
parent e07a9a9d4d
commit 553d82ce0e
2 changed files with 12 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ security:
- /auth/xcxLogin
- /auth/register
- /resource/sms/code
- /*/v2/api-docs
- /*/v3/api-docs
- /csrf
spring:
@@ -71,6 +71,13 @@ spring:
- Path=/resource/**
filters:
- StripPrefix=1
# 演示服务
- id: ruoyi-demo
uri: lb://ruoyi-demo
predicates:
- Path=/demo/**
filters:
- StripPrefix=1
# sentinel 配置
sentinel: