application-dev.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. spring:
  2. datasource:
  3. # url: jdbc:mysql://192.168.1.73/fjs_ocr_11?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  4. # url: jdbc:mysql://192.168.1.73/fjs_ocr_12?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  5. url: jdbc:mysql://192.168.1.37/fjs_ocr_13?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  6. # url: jdbc:mysql://192.168.1.73/fjs_ocr_14?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  7. driver-class-name: com.mysql.cj.jdbc.Driver
  8. username: root
  9. password: root
  10. rabbitmq:
  11. host: 192.168.1.37
  12. # host: 47.104.109.52
  13. port: 5672
  14. username: fjs
  15. password: fjs20200310
  16. virtual-host: /
  17. publisher-confirms: true
  18. publisher-returns: true
  19. ocr:
  20. common:
  21. dir:
  22. base: D:\proooject\prooooject\home\privacy\projects\fjs_ocr
  23. # 上传文件存储文件夹
  24. upload: ${ocr.common.dir.base}\upload\rec\
  25. url:
  26. # ip
  27. base: http://192.168.1.73:18000
  28. path: ${ocr.common.url.base}/down/fjs/
  29. logging:
  30. level:
  31. org.springframework.cloud: debug
  32. org.springframework.boot: debug
  33. com.pavis.ai.app.fjsocrasy.mapper: debug
  34. security:
  35. oauth2:
  36. client:
  37. client-id: pavis-upms
  38. client-secret: pavis@2019*
  39. access-token-uri: http://localhost:8090/oauth/token
  40. user-authorization-uri: http://localhost:8090/oauth/authorize
  41. resource:
  42. token-info-uri: http://localhost:8090/oauth/check_token