Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
flian committed Aug 20, 2018
1 parent a6ad4d1 commit 56b5694
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions carp-admin/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ server:
#servlet:
#context-path: /admin
spring:
resources:
cache:
#period: 1d
cachecontrol:
max-age: 1d
datasource:
name: adminPrdEnv
url: jdbc:mysql://127.0.0.1/carp?useUnicode=true&characterEncoding=utf-8&useSSL=false
Expand Down

0 comments on commit 56b5694

Please sign in to comment.