添加是否开启swagger配置

This commit is contained in:
RuoYi
2020-06-08 12:20:28 +08:00
parent 83981138e0
commit e91adcc28d
2 changed files with 12 additions and 0 deletions

View File

@ -128,3 +128,8 @@ xss:
excludes: /system/notice/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
# Swagger配置
swagger:
# 是否开启swagger
enabled: true