#server.port=8080 spring.datasource.platform=mysql spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver #测试 spring.datasource.url=jdbc:mysql://192.168.8.85:3306/bm?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false spring.datasource.username=root spring.datasource.password=test123 leaf.name=com.sankuai.leaf.opensource.test leaf.segment.enable=true leaf.jdbc.url=jdbc:mysql://192.168.8.85:3306/leaf?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false leaf.jdbc.username=root leaf.jdbc.password=test123 leaf.snowflake.enable=false spring.main.allow-bean-definition-overriding=true spring.redis.database=0 spring.redis.port=6379 spring.redis.host=192.168.8.85 spring.redis.password=test123 spring.redis.jedis.pool.max-active=1000 spring.redis.jedis.pool.max-wait=1m spring.redis.jedis.pool.max-idle=50 spring.redis.jedis.pool.min-idle=20 spring.cache.redis.key-prefix=mt spring.redis.timeout=15s #server.servlet.context-path=/ #the encoding of HTTP requests/responses spring.http.encoding.charset=UTF-8 #enable http encoding support spring.http.encoding.enabled=true # force the configured encoding spring.http.encoding.force=true server.tomcat.uri-encoding=UTF-8 #---- end of encoding -----------------------