Sign in
luotong
/
huike-eaas-config
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3bec996c68c22fbe70ea01903e6623a71df6585e
Authored by
李献忠
2017-02-20 13:36:17 +0800
1 parent
d3a3fb6f
前端资源配置
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
admin-ui.yml
admin-ui.yml
View file @
3bec996
...
...
@@ -14,6 +14,14 @@ spring:
14
14
encoding: UTF-8
15
15
content-type: text/html
16
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
26
endpoints:
19
27
restart:
...
...