application-dev.yml 1.5 KB

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