application.yml 507 B

1234567891011121314151617181920
  1. server:
  2. port: 8081
  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/agent?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. config:
  17. sso: 1