From 58e1c4e2bdc8e4f8b647d7c2b9e5e5656a00b445 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 17 五月 2024 11:06:43 +0800 Subject: [PATCH] 集成申请,历史数据导入,关键属性查重多线程导致判重失误问题 --- Source/UBCS/ubcs-service/ubcs-code/Dockerfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/Dockerfile b/Source/UBCS/ubcs-service/ubcs-code/Dockerfile index 3992414..88fb88d 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/Dockerfile +++ b/Source/UBCS/ubcs-service/ubcs-code/Dockerfile @@ -12,4 +12,4 @@ ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"] -CMD ["--spring.profiles.active=dev"] +CMD ["--spring.profiles.active=prod"] -- Gitblit v1.9.3