application.yml 287 B

1234567891011121314151617
  1. spring:
  2. application:
  3. name: sys-news
  4. servlet:
  5. multipart:
  6. enabled: true
  7. max-file-size: 200MB
  8. profiles:
  9. active: prod
  10. jpa:
  11. show-sql: true
  12. resources:
  13. static-locations: classpath:static/,file:static/
  14. server:
  15. servlet:
  16. session:
  17. timeout: 600