blob: db1e7f3df9c8f30feb25d7a3e7ef7af2e3f4ffa2 [file] [log] [blame]
spring.datasource.password=12345678
spring.datasource.username=root
spring.datasource.url=jdbc:mysql://localhost:3306/g8backend
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.sql.init.mode=always
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
spring.data.redis.host = 172.23.31.113
spring.data.redis.port = 6379