application.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. server:
  2. port: 9003
  3. servlet:
  4. encoding:
  5. force: true
  6. charset: UTF-8
  7. enabled: true
  8. tomcat:
  9. uri-encoding: UTF-8
  10. spring:
  11. replacePackageName: /ghThreeDataShare
  12. cache:
  13. type: redis
  14. datasource:
  15. driver-class-name: oracle.jdbc.driver.OracleDriver
  16. url: jdbc:oracle:thin:@//172.17.190.5/orcl
  17. username: ghjg_basics
  18. password: GHJG@123
  19. hikari:
  20. maximum-pool-size: 15
  21. connection-timeout: 30000
  22. idle-timeout: 600000
  23. max-lifetime: 1800000
  24. redis:
  25. host: 172.17.159.1
  26. port: 6379
  27. database: 1
  28. timeout: 5000
  29. password: b7dz82g#psNEvvuc
  30. jedis:
  31. pool:
  32. max-active: 8
  33. max-idle: 8
  34. max-wait: -1
  35. min-idle: 0
  36. mybatis:
  37. mapper-locations: classpath*:mapper/*.xml
  38. type-aliases-package: com.shanghaichengdi.ghjgitem.domain
  39. configuration:
  40. use-generated-keys: true
  41. mapUnderscoreToCamelCase: true
  42. call-setters-on-nulls: true
  43. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  44. mybatis-plus:
  45. global-config:
  46. db-config:
  47. id-type: input
  48. type-enums-package: com.shanghaichengdi.ghjgitem.enums
  49. configuration:
  50. call-setters-on-nulls: true
  51. static:
  52. file:
  53. notPass:
  54. cache:
  55. timeout: 60
  56. token:
  57. expire: 60
  58. pagehelper:
  59. helper-dialect: oracle
  60. # 此处用来配置调用的第三方服务接口
  61. interface:
  62. esService: http://172.17.127.60:8092/
  63. smsService: http://172.17.159.2:8080/ghjgWebServiceTest/sms/base/send