spring.data.redis.host=localhost spring.data.redis.port=6379 spring.data.redis.database=0 spring.application.name=navigate server.port=8432 dubbo.application.qos-enable=false spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=root spring.datasource.password=12345abcde spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tutorial?useUnicode=true&characterEncoding=utf8&useSSL=false&ServerTimezone=Asia/Shanghai