1234567891011121314151617 |
- spring:
- application:
- name: sys-news
- servlet:
- multipart:
- enabled: true
- max-file-size: 200MB
- profiles:
- active: prod
- jpa:
- show-sql: true
- resources:
- static-locations: classpath:static/,file:static/
- server:
- servlet:
- session:
- timeout: 600
|