Disable cache in development environment

pull/137/head
johnniang 2019-03-03 23:35:29 +08:00
parent fa9cf826ee
commit c293379b66
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ server:
session:
timeout: 86400s
spring:
cache:
type: none
output:
ansi:
enabled: always