spring.data.mongodb.host=192.168.8.75 spring.data.mongodb.port=27017 spring.data.mongodb.database=bmDb-private spring.data.mongodb.username=bmroot spring.data.mongodb.password=test123 server.port=9900 spring.datasource.platform=mysql spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver #²âÊÔ spring.datasource.url=jdbc:mysql://192.168.8.75:3306/bm?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false spring.datasource.username=root spring.datasource.password=test123 #spring.jpa.properties.*= spring.jpa.open-in-view=true spring.jpa.show-sql=false #spring.jpa.database-platform=MYSQL spring.jpa.database=MYSQL # ignored by Hibernate, might be useful for other vendors spring.jpa.generate-ddl=false # naming classname #spring.jpa.hibernate.naming-strategy= # defaults to create-drop for embedded dbs spring.jpa.hibernate.ddl-auto=update # if spring data repository support is enabled spring.data.jpa.repositories.enabled=true spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect #server.servlet.userSession.timeout=15 # JWT #jwt.header=Authorization #jwt.secret=mySecret #jwt.expiration=604800 #jwt.tokenHead="Bearer " #jwt.route.authentication.path=auth #jwt.route.authentication.refresh=refresh #jwt.route.authentication.register=register spring.main.allow-bean-definition-overriding=true spring.redis.database=0 spring.redis.port=6379 spring.redis.host=192.168.8.75 spring.redis.password=123456 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 system.conversation.avatar=https://bussm.oss-accelerate.aliyuncs.com/bm-logo.png system.joinGroupNotice.avatar=https://bussm.oss-accelerate.aliyuncs.com/joinGroupNotice.png system.luckyMoneyHelper.avatar=https://bussm.oss-accelerate.aliyuncs.com/luckyMoneyHelper.png group.quantity.limit=200 group.member.quantity.limit=200