| | |
| | | ########################## Server ########################## |
| | | spring: |
| | | profiles: |
| | | active: devGateway |
| | | active: proGateway |
| | | application: |
| | | name: igds-api |
| | | main: |
| | |
| | | favicon: |
| | | enabled: false |
| | | static-path-pattern: /** |
| | | |
| | | task: |
| | | scheduling: |
| | | pool: |
| | | size: 100 |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | joda-date-time-format: yyyy-MM-dd HH:mm:ss |
| | |
| | | config: classpath:logback-spring.xml |
| | | |
| | | |
| | | ########################## thymeleaf模板配置 ########################## |
| | | ########################## thymeleaf模板配置 ########################## |
| | | thymeleaf: |
| | | prefix: classpath:/templates/ |
| | | suffix: .html |