| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- api.version: api/v1
- spring:
- profiles:
- include: ${SPRING_PROFILES:dev}
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- time-zone: GMT+8
- # serialization: {WRITE_DATES_AS_TIMESTAMPS: true}
- messages:
- basename: message
- encoding: UTF-8
- mvc:
- static-path-pattern:
- genxml:
- pth: com/agit
- cache:
- level: 2
- redis:
- host: 10.10.50.28
- port: 6379
- pwd: adhykdj
- project:
- prefix: sysmanage
- pool:
- maxTotal: 8
- maxWaitMillis: 1000
- maxIdle: 8
- cache:
- time: 864000000
- database: 0
- sso:
- userName: lyg
- password: abfe6d992067ed061748e9b226300d6488be48a4
- orgId: 713710108567277568
- groupId: 506514577756917769
- companyId: 713710108567277568
- mybatis:
- type-aliases-package: com.steerinfo.dil.model
- mapper-locations: classpath:com/steerinfo/dil/mapper/*.xml
- configuration:
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- mapUnderscoreToCamelCase: true
- call-setters-on-nulls: true
- #文件保存路径
- filePath: /data/file
- #前缀
- prefix:
- logPrefix: http://172.16.90.214/data/antai-api/logs/log/running.log.
- filePrefix: http://172.16.90.214
|