Skip to content

Commit

Permalink
Merge pull request #39 from SedationH/main
Browse files Browse the repository at this point in the history
feat: 添加缓存
  • Loading branch information
lcomplete committed Apr 14, 2023
2 parents 81f0b24 + f6f8cf2 commit d0fce88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/server/huntly-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher # use this to make springfox work
web:
resources:
cache:
cachecontrol:
max-age: 7d

huntly:
jwtSecret: MTI2ZTc1NzAtMjJlMy00MmVlLTkwYmQtOTVjNGM4ZTRhN2YzMTI2ZTc1NzAtMjJlMy00MmVlLTkwYmQtOTVjNGM4ZTRhN2Yz
Expand All @@ -23,4 +28,4 @@ huntly:

server:
servlet:
context-path: /
context-path: /

0 comments on commit d0fce88

Please sign in to comment.