application.properties 451 B

1
  1. #服务 server.port=8056 #数据库 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url = jdbc:mysql://16.163.228.151:8051/newlowcode?serverTimezone=UTC&tinyInt1isBit=false&transformedBitIsBoolean=false spring.datasource.username = black_tea_0309 spring.datasource.password = ndZ4MXYST7 #redis spring.redis.database=0 spring.redis.password= spring.redis.port=6379 spring.redis.host=127.0.0.1 spring.redis.timeout=5000