spring.thymeleaf.cache=false
spring.thymeleaf.suffix=.html
#spring.thymeleaf.prefix=classpath:/templates/
spring.redis.database=0
spring.redis.host=localhost
spring.redis.port=6379
#spring.redis.password=mypass
spring.redis.timeout=60000