application-test.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. server:
  2. ssl:
  3. enabled: true
  4. key-store-type: JKS
  5. # key-store: src/main/resources/sslFjsTestServer_01.p12
  6. key-store: classpath:sslFjsTestServer_01.p12
  7. key-store-password: fjs.210308
  8. key-alias: sslFjsTestServer_01
  9. trust-store-password: fjs.210308
  10. trust-store-type: JKS
  11. trust-store-provider: SUN
  12. client-auth: need
  13. address: 180.76.146.227
  14. spring:
  15. datasource:
  16. url: jdbc:mysql://180.76.146.227/fjs_ocr?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  17. driver-class-name: com.mysql.cj.jdbc.Driver
  18. username: root
  19. password: Semi.1001
  20. rabbitmq:
  21. host: 180.76.146.227
  22. port: 5672
  23. username: fjs
  24. password: fjshoyiu7
  25. virtual-host: /
  26. publisher-confirms: true
  27. publisher-returns: true
  28. mail:
  29. host: smtp.163.com
  30. username: guanhuijuan_ghj@163.com
  31. # password: VHGQMYFJNNPJQYSA
  32. # password: PVVVXVUTVKMASBWU
  33. password: PVVVXVUTVKMASBWU
  34. default-encoding: utf-8
  35. protocol: smtps
  36. port: 465
  37. ocr:
  38. common:
  39. dir:
  40. # 上传文件存储文件夹
  41. upload: /fjs/upload/
  42. url:
  43. # ip
  44. base: https://180.76.146.227:8000
  45. path: ${ocr.common.url.base}/down/fjs/
  46. logging:
  47. level:
  48. org.springframework.cloud: debug
  49. org.springframework.boot: debug
  50. com.pavis.ai.app.fjs_ocr.mapper: trace
  51. alg-client:
  52. internal: http://180.76.146.227:8099
  53. eternal: http://61.155.215.241:52090