Commit f8822f2eb2bf4754d04d74284306b2bd4bd001ff
1 parent
123fec71
配置thymeleaf
Showing
1 changed file
with
10 additions
and
10 deletions
admin-ui.yml
| ... | ... | @@ -8,11 +8,11 @@ spring: |
| 8 | 8 | discovery: |
| 9 | 9 | enabled: true |
| 10 | 10 | thymeleaf: |
| 11 | - prefix: classpath:/templates/ | |
| 12 | - suffix: .html | |
| 13 | - mode: HTML5 | |
| 14 | - encoding: UTF-8 | |
| 15 | - content-type: text/html | |
| 11 | + # prefix: classpath:/templates/ | |
| 12 | + # suffix: .html | |
| 13 | + # mode: HTML5 | |
| 14 | + # encoding: UTF-8 | |
| 15 | + # content-type: text/html | |
| 16 | 16 | cache: false |
| 17 | 17 | |
| 18 | 18 | endpoints: |
| ... | ... | @@ -41,11 +41,11 @@ spring: |
| 41 | 41 | discovery: |
| 42 | 42 | enabled: true |
| 43 | 43 | thymeleaf: |
| 44 | - prefix: classpath:/templates/ | |
| 45 | - suffix: .html | |
| 46 | - mode: HTML5 | |
| 47 | - encoding: UTF-8 | |
| 48 | - content-type: text/html | |
| 44 | + # prefix: classpath:/templates/ | |
| 45 | + # suffix: .html | |
| 46 | + # mode: HTML5 | |
| 47 | + # encoding: UTF-8 | |
| 48 | + # content-type: text/html | |
| 49 | 49 | cache: false |
| 50 | 50 | |
| 51 | 51 | endpoints: | ... | ... |