|
|
@ -37,10 +37,10 @@ spring:
|
|
|
|
password: fimsweb!@
|
|
|
|
password: fimsweb!@
|
|
|
|
auto-commit: false
|
|
|
|
auto-commit: false
|
|
|
|
mvc:
|
|
|
|
mvc:
|
|
|
|
static-path-pattern: /resources/**,/files/**
|
|
|
|
static-path-pattern: /resources/**,/webjars/**,/files/**
|
|
|
|
web:
|
|
|
|
web:
|
|
|
|
resources:
|
|
|
|
resources:
|
|
|
|
static-locations: /resources/,file:files/
|
|
|
|
static-locations: /resources/,classpath:/META-INF/resources/webjars/,file:files/
|
|
|
|
|
|
|
|
|
|
|
|
messageSource:
|
|
|
|
messageSource:
|
|
|
|
basenames:
|
|
|
|
basenames:
|
|
|
|