This commit is contained in:
2023-05-16 17:28:43 +08:00
parent 77a83cee8b
commit a161a83023
64 changed files with 1367 additions and 212 deletions

View File

@ -16,8 +16,23 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
qiaoba:
auth:
whitelist:
- /
- /*.*
- /favicon.ico
- /**/*.html
- /**/*.css
- /**/*.js
- /swagger-resources
- /v3/api-docs/**
- /druid/**
- /file/**
- /login
- /register
- /captchaImage
# springdoc-openapi项目配置
springdoc:
swagger-ui:
path: /swagger-ui.html
@ -29,6 +44,7 @@ springdoc:
- group: '系统管理'
paths-to-match: '/**'
packages-to-scan: com.qiaoba.module.system.controller
# knife4j的增强配置不需要增强可以不配
knife4j:
enable: true