| | |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | port: 12316 |
| | | context-path: /land |
| | | #servlet: |
| | | # context-path: /land |
| | | application: |
| | | name: land |
| | | |
| | | spring: |
| | | datasource: |
| | |
| | | port: 6379 |
| | | password: |
| | | database: 1 |
| | | jackson: |
| | | time-zone: GMT+8 |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | |
| | | mybatis: |
| | | type-aliases-package: com.terra.land.mapper |
| | | mapper-locations: classpath:mapper/**/*.xml |
| | | |
| | | logging: |
| | | config: classpath:log/logback-spring.xml |
| | | |
| | | # RestTemplate config |
| | | remote: |
| | | maxTotalConnect: 0 |
| | | maxConnectPerRoute: 1000 |
| | | connectTimeout: 5000 |
| | | readTimeout: 30000 |
| | | |
| | | # 系统配置 |
| | | sys: |
| | | path: E:\\Test\\LF\\ |