...
|
...
|
@@ -11,9 +11,12 @@ spring: |
|
|
mvc:
|
|
|
#静态资源,设置上传文件的访问,
|
|
|
static-path-pattern: /**
|
|
|
view:
|
|
|
suffix: .html
|
|
|
# prefix: /templates/
|
|
|
|
|
|
resources:
|
|
|
static-locations: classpath:/META-INF/resources/,classpath:/static,classpath:/resources/,file:${web.upload-path}
|
|
|
static-locations: classpath:/META-INF/resources/,classpath:/static,classpath:/resources/,classpath:/public/,classpath:/templates/,file:${web.upload-path}
|
|
|
|
|
|
application:
|
|
|
name: customAnalysisReception
|
...
|
...
|
|