Browse Source

更新 'src/main/resources/bootstrap.yml'

hanqingsong 4 years ago
parent
commit
b2326c26b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -39,7 +39,7 @@ spring:
39 39
         max-wait: -1
40 40
         max-idle: 8
41 41
         min-idle: 0
42
-  # 静态资源配置..
42
+  # 静态资源配置
43 43
   resources:
44 44
     static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
45 45