12345678 |
- swagger:
- url: /v2/api-docs,/swagger-resources,/swagger-resources/**,/configuration/ui,/configuration/security,/swagger-ui.html/**,/webjars/**,/doc.html,/doc.html/**,/*.html,/**.html,/**/*.html,/**/*.css,/**/*.js,/sys/api/list,/sys/user/batch,/sys/org/batch
- logging:
- file:
- name: /app/applogs/${spring.application.name}/${spring.application.name}.log
- path: /app/applogs/${spring.application.name}/${spring.application.name}.log
- max-size: 100MB
- level: info
|