application.yml 471 B

12345678
  1. swagger:
  2. 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
  3. logging:
  4. file:
  5. name: /app/applogs/${spring.application.name}/${spring.application.name}.log
  6. path: /app/applogs/${spring.application.name}/${spring.application.name}.log
  7. max-size: 100MB
  8. level: info