作者:人心城府深我如z何故做清纯 | 来源:互联网 | 2023-09-13 10:13
server.port9090spring.datasource.driverClassNamecom.mysql.cj.jdbc.Driverspring.datasource.
server.port=9090
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/myapp?useSSL=true&useUnicode=true&serverTimezOne=UTC&characterEncoding=utf-8
spring.datasource.username=root
spring.datasource.password=root
spring.security.user.name=admin
spring.security.user.password=admin
mybatis.mapperLocations=classpath:mapper/*.xml
mybatis.cOnfigrationLocations=classpath:mybatis-config.xml
spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.timeout=10s
spring.redis.lettuce.pool.min-idle=0
spring.redis.lettuce.pool.max-idle=8
spring.redis.lettuce.pool.max-active=8
spring.redis.lettuce.pool.max-wait=-1m