application.properties 666 B

1
  1. #服务 server.port=8081 #数据库 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url = jdbc:mysql://172.26.143.101:3306/lowcode?serverTimezone=UTC spring.datasource.username = root spring.datasource.password = mypass #redis spring.redis.database=0 spring.redis.password= #spring.redis.password=name:password spring.redis.port=6379 spring.redis.host=172.26.143.101 spring.redis.timeout=5000 spring.redis.lettuce.pool.max-active=3 spring.redis.lettuce.pool.min-idle=2 spring.redis.lettuce.pool.max-idle=3 spring.redis.lettuce.pool.max-wait=-1 #spring.redis.lettuce.shutdown-timeout=100 #spring.cache.redis.cache-null-values=false