Merge branch 'master' into docker_package
This commit is contained in:
commit
29d8975c87
|
@ -55,7 +55,7 @@ spring:
|
|||
activiti:
|
||||
check-process-definitions: false
|
||||
resources:
|
||||
static-locations: classpath:/static,classpath:/public,file:${resource.path}
|
||||
static-locations: classpath:/static,classpath:/public,file:${resource.path},file:${resource.devModelFilePath}
|
||||
flyway:
|
||||
enabled: true
|
||||
locations: filesystem:config/db
|
||||
|
|
Loading…
Reference in New Issue