From cef1cda7384ce06fb81447cc078e76c84b473f99 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Fri, 22 Sep 2023 16:17:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=9B=86=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96docker=E8=BF=90=E8=A1=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 升级数据集插件版本,优化docker运行配置 --- DataRoom/pom.xml | 2 +- doc/docker/application-docker.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DataRoom/pom.xml b/DataRoom/pom.xml index 79518c6f..4d5c1079 100644 --- a/DataRoom/pom.xml +++ b/DataRoom/pom.xml @@ -60,7 +60,7 @@ 0.3.2 2.2 4.9.1 - 1.0.1.2023092101.Alpha + 1.0.1.2023092201.Alpha diff --git a/doc/docker/application-docker.yml b/doc/docker/application-docker.yml index 7a23ff9a..c4d85eb3 100644 --- a/doc/docker/application-docker.yml +++ b/doc/docker/application-docker.yml @@ -1,8 +1,8 @@ +server: + port: 8081 + servlet: + context-path: spring: - server: - port: 8081 - servlet: - context-path: 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: