diff options
| -rw-r--r-- | src/main/resources/application.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index dd820c8..0d219aa 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -6,5 +6,16 @@ spring: flyway: locations: "classpath:db/migration/{vendor}" + web: + resources: + cache: + cachecontrol: + max-age: 1d + chain: + strategy: + content: + enabled: true + paths: /**/*.js,/**/*.css,/**/*.svg,/**/*.jpeg + server: forward-headers-strategy: framework
\ No newline at end of file |
