Commit 3bec996c68c22fbe70ea01903e6623a71df6585e
1 parent
d3a3fb6f
前端资源配置
Showing
1 changed file
with
8 additions
and
0 deletions
admin-ui.yml
| @@ -14,6 +14,14 @@ spring: | @@ -14,6 +14,14 @@ spring: | ||
| 14 | encoding: UTF-8 | 14 | encoding: UTF-8 |
| 15 | content-type: text/html | 15 | content-type: text/html |
| 16 | cache: false | 16 | cache: false |
| 17 | + resource: | ||
| 18 | + chain: | ||
| 19 | + strategy: | ||
| 20 | + content: | ||
| 21 | + enabled: true | ||
| 22 | + paths: /** | ||
| 23 | + mvc: | ||
| 24 | + static-path-pattern: /** | ||
| 17 | 25 | ||
| 18 | endpoints: | 26 | endpoints: |
| 19 | restart: | 27 | restart: |