spring.datasource.url=jdbc:postgresql://localhost:5432/dbredis? spring.datasource.username=postgres spring.datasource.password=root spring.cache.type=redis spring.redis.port=6379 spring.redis.host=192.168.0.150 spring.jpa.open-in-view=true spring.redis.jedis.pool.max-active=8 spring.redis.jedis.pool.max-idle=8 spring.redis.jedis.pool.max-wait=-1 spring.redis.jedis.pool.min-idle=0