application.yml 865 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 8083
  3. spring:
  4. redis:
  5. redisson:
  6. address: redis://192.168.0.250:6379
  7. password: 123456
  8. database: 0
  9. datasource:
  10. url: jdbc:mysql://39.98.239.48:3366/platform?serverTimezone=Asia/Shanghai&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true
  11. username: root
  12. password: '@RqGHG#KZ*C9ytkQ'
  13. driverClassName: com.mysql.cj.jdbc.Driver
  14. mybatis-plus:
  15. mapper-locations: classpath*:/mapper/*Mapper.xml
  16. global-config:
  17. db-config:
  18. logic-delete-field: is_delete
  19. logic-delete-value: 1
  20. logic-not-delete-value: 0
  21. configuration:
  22. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  23. config:
  24. sso: 1
  25. #多租户配置
  26. tenant:
  27. enable: true
  28. column: system_id
  29. filterTables:
  30. ignoreTables:
  31. - sys_system
  32. - sys_role_perms
  33. ignoreLoginNames: