application-dev.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #数据源配置
  2. spring:
  3. redis:
  4. ##redis 单机环境配置
  5. host: 127.0.0.1
  6. port: 6379
  7. password:
  8. database: 5
  9. ssl: false
  10. ##redis 集群环境配置
  11. #cluster:
  12. # nodes: 127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003x
  13. # commandTimeout: 5000
  14. datasource:
  15. # MySql
  16. url: jdbc:mysql://localhost:3306/zh_goods_sys?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  17. # url: jdbc:mysql://localhost:3306/macao_zh_sys?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  18. username: root
  19. password: 123456
  20. # PostgreSQL
  21. #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
  22. #username: postgres
  23. #password: 123456
  24. # Oracle
  25. #url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
  26. #username: BLADEX_BOOT
  27. #password: BLADEX_BOOT
  28. # SqlServer
  29. #url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=bladex_boot
  30. #username: bladex_boot
  31. #password: bladex_boot
  32. ldap:
  33. urls: ldap://22.236.1.35:389
  34. base: DC=mo,DC=ad,DC=boc-ap,DC=com
  35. username: ou=acs,ou=componentaccounts,dc=platform,dc=xxxx,dc=com
  36. password:
  37. #第三方登陆
  38. social:
  39. enabled: true
  40. domain: http://127.0.0.1:1888
  41. #blade配置
  42. blade:
  43. #分布式锁配置
  44. # lock:
  45. ##是否启用分布式锁
  46. # enabled: false
  47. ##redis服务地址
  48. # address: redis://127.0.0.1:6379
  49. #本地文件上传
  50. file:
  51. remote-mode: true
  52. upload-domain: http://localhost:8999
  53. # remote-path: /usr/share/nginx/html
  54. remote-path: D:/h_long/temp
  55. #
  56. # prop:
  57. # # upload-domain: http://test.58fo.com/visit
  58. # # remote-path: /data/appdata/ces/resources
  59. # upload-domain: http://wap.91syzl.com/visit
  60. # remote-path: D:/h_long/temp
  61. # remote-mode: true
  62. # remote-path-iis: D://iis/html
  63. # log-mode: true
  64. oss:
  65. enabled: true
  66. name: minio
  67. tenant-mode: false
  68. endpoint: http://192.168.1.218:90
  69. access-key: D99KGE6ZTQXSATTJWU24
  70. secret-key: QyVqGnhIQQE734UYSUFlGOZViE6+ZlDEfUG3NjhJ
  71. hangxin:
  72. url: http://22.237.189.107:9001
  73. sysId: "000017"