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. # main:
  15. # allow-bean-definition-overriding: true
  16. genxml:
  17. pth: com/agit
  18. cache:
  19. level: 2
  20. redis:
  21. host: 10.10.50.28
  22. port: 6379
  23. pwd: adhykdj
  24. project:
  25. prefix: sysmanage
  26. pool:
  27. maxTotal: 8
  28. maxWaitMillis: 1000
  29. maxIdle: 8
  30. cache:
  31. time: 864000000
  32. database: 0
  33. sso:
  34. userName: lyg
  35. password: abfe6d992067ed061748e9b226300d6488be48a4
  36. orgId: 713710108567277568
  37. groupId: 506514577756917769
  38. companyId: 713710108567277568
  39. mybatis:
  40. type-aliases-package: com.steerinfo.dil.model
  41. mapper-locations: classpath:com/steerinfo/dil/mapper/*.xml
  42. configuration:
  43. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  44. mapUnderscoreToCamelCase: true
  45. call-setters-on-nulls: true
  46. #文件保存路径
  47. filePath: /data/file
  48. #前缀
  49. prefix:
  50. logPrefix: http://172.16.90.202/data/antai-api/logs/log/running.log.
  51. filePrefix: http://172.16.90.202