application.properties 245 B

12345678910
  1. spring.thymeleaf.cache=false
  2. spring.thymeleaf.suffix=.html
  3. #spring.thymeleaf.prefix=classpath:/templates/
  4. spring.redis.database=0
  5. spring.redis.host=localhost
  6. spring.redis.port=6379
  7. #spring.redis.password=mypass
  8. spring.redis.timeout=60000