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 spring.data.mongodb.host=192.168.8.75 spring.data.mongodb.port=27017 spring.data.mongodb.database=bmDb spring.data.mongodb.username=bmroot spring.data.mongodb.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 #redis spring.redis.database=0 spring.redis.host=192.168.8.85 spring.redis.port=6379 spring.redis.password=test123 spring.redis.timeout=1000 spring.redis.jedis.pool.max-active=10 spring.redis.jedis.pool.max-wait=-1 spring.redis.jedis.pool.min-idle=1 spring.redis.jedis.pool.max-idle=10 server.port=8075