| | |
| | | ########################## 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 |
| | |
| | | companyId: 5326 |
| | | file-path: C:/app/igds-api |
| | | img-path: D:/IGDS/FILE/ |
| | | weather-url: https://v1.yiketianqi.com/api?unescape=1&version=v61&appid={appId}&appsecret={appsecret}&cityid={cityid} |
| | | weather-path: https://v1.yiketianqi.com/api?unescape=1&version=v61&appid={appId}&appsecret={appsecret}&cityid={cityid} |
| | | city-id: |