pigx-upms-biz-dev.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## spring security 配置
  2. security:
  3. oauth2:
  4. client:
  5. client-id: ENC(ltJPpR50wT0oIY9kfOe1Iw==)
  6. client-secret: ENC(ltJPpR50wT0oIY9kfOe1Iw==)
  7. scope: server
  8. # 默认放行url,子模块重写时application-dev.yml中的公共配置会被覆盖,所以要把公共配置中的放行url再写一次
  9. ignore-urls:
  10. - /actuator/**
  11. - /v2/api-docs
  12. - /user/info/*
  13. - /social/info/*
  14. - /mobile/*
  15. - /log/save
  16. # 数据源
  17. spring:
  18. datasource:
  19. type: com.zaxxer.hikari.HikariDataSource
  20. driver-class-name: com.mysql.cj.jdbc.Driver
  21. username: root
  22. password: root
  23. url: jdbc:mysql://pigx-mysql:3306/pigxx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true
  24. # 文件系统
  25. minio:
  26. url: http://139.224.200.249:9090
  27. access-key: lengleng
  28. secret-key: lengleng
  29. # Logger Config
  30. logging:
  31. level:
  32. com.pig4cloud.pigx.admin.mapper: debug
  33. # 租户表维护
  34. pigx:
  35. tenant:
  36. column: tenant_id
  37. tables:
  38. - sys_user
  39. - sys_role
  40. - sys_dept
  41. - sys_log
  42. - sys_social_details
  43. - sys_dict
  44. - sys_log