bootstrap.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. api.version: api/v1
  2. spring:
  3. profiles:
  4. include: ${SPRING_PROFILES:prod}
  5. jackson:
  6. date-format: yyyy-MM-dd HH:mm:ss
  7. time-zone: GMT+8
  8. # serialization: {WRITE_DATES_AS_TIMESTAMPS: true}
  9. messages:
  10. basename: message
  11. encoding: UTF-8
  12. mvc:
  13. static-path-pattern:
  14. genxml:
  15. pth: com/agit
  16. cache:
  17. level: 2
  18. redis:
  19. host: 10.10.50.28
  20. port: 6379
  21. pwd: adhykdj
  22. project:
  23. prefix: sysmanage
  24. pool:
  25. maxTotal: 8
  26. maxWaitMillis: 1000
  27. maxIdle: 8
  28. cache:
  29. time: 864000000
  30. database: 0
  31. sso:
  32. userName: lyg
  33. password: abfe6d992067ed061748e9b226300d6488be48a4
  34. orgId: 713710108567277568
  35. groupId: 506514577756917769
  36. companyId: 713710108567277568
  37. mybatis:
  38. type-aliases-package: com.steerinfo.dil.model
  39. mapper-locations: classpath:com/steerinfo/dil/mapper/*.xml
  40. configuration:
  41. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  42. mapUnderscoreToCamelCase: true
  43. call-setters-on-nulls: true
  44. #文件保存路径
  45. filePath: /data/file
  46. #前缀
  47. prefix:
  48. logPrefix: http://172.16.90.214/data/antai-api/logs/log/running.log.
  49. filePrefix: http://172.16.90.214