bootstrap.yml 955 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. mybatis:
  32. type-aliases-package: com.steerinfo.dil.model
  33. mapper-locations: classpath:com/steerinfo/dil/mapper/*.xml
  34. configuration:
  35. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  36. mapUnderscoreToCamelCase: true
  37. call-setters-on-nulls: true
  38. #文件保存路径
  39. filePath: /data/file
  40. #前缀
  41. prefix:
  42. logPrefix: http://172.16.90.214/data/antai-api/logs/log/running.log.
  43. filePrefix: http://172.16.90.214