优化docker打包的配置文件
@ -3,6 +3,7 @@ server:
servlet:
context-path:
spring:
web:
resources:
static-locations: classpath:/static/,classpath:/META-INF/resources/,classpath:/META-INF/resources/webjars/,file:${gc.starter.file.basePath},file:${gc.starter.file.uiPath}
mvc:
@ -1,6 +1,7 @@
window.ENV = 'production'
var productionConfig = {
baseUrl: getIpPort()
baseUrl: getIpPort(),
fileUrlPrefix: getIpPort() + '/dataroom',
}
// 必须的
window.CONFIG = configDeepMerge(window.CONFIG, productionConfig)