Spring Boot appliction.properties

server.port:8088

spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://172.13.21.22:3306/shop_db?useUnicode=true&characterEncoding=UTF8
spring.datasource.username=root
spring.datasource.password=

spring.mvc.view.prefix=/
spring.mvc.view.suffix=.jsp

spring.redis.database=0
spring.redis.host=172.13.21.32
spring.redis.port=6379
spring.redis.password=123456
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0
spring.redis.timeout=0

posted @ 2018-01-31 17:11  迷途_小羔羊  阅读(411)  评论(0编辑  收藏  举报