Browse Source

update document

xuxueli 6 years ago
parent
commit
9d6e1d7a9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xxl-job-admin/src/main/resources/application.properties

+ 1 - 1
xxl-job-admin/src/main/resources/application.properties View File

7
 management.health.mail.enabled=false
7
 management.health.mail.enabled=false
8
 
8
 
9
 ### resources
9
 ### resources
10
-spring.mvc.static-path-pattern=/static/**
11
 spring.mvc.servlet.load-on-startup=0
10
 spring.mvc.servlet.load-on-startup=0
11
+spring.mvc.static-path-pattern=/static/**
12
 spring.resources.static-locations=classpath:/static/
12
 spring.resources.static-locations=classpath:/static/
13
 
13
 
14
 ### freemarker
14
 ### freemarker