From b0645b0f41ca8e45bd9e5b03bfb2acfb4a1edcfc Mon Sep 17 00:00:00 2001 From: Jack <46790855@qq.com> Date: Sat, 9 Nov 2024 22:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E9=80=9A=E7=94=A8=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7111f9ec..fe21f449 100644 --- a/pom.xml +++ b/pom.xml @@ -302,7 +302,6 @@ https://114.132.210.208:2375 /Users/panjunjie/code/docker_registry_ca_dev - local 114.132.210.208:8848 public @@ -350,7 +349,6 @@ https://114.132.210.208:2375 /Users/panjunjie/code/docker_registry_ca_dev - dev 114.132.210.208:8848 public @@ -398,7 +396,6 @@ https://114.132.210.208:2375 /Users/panjunjie/code/docker_registry_ca_dev - test 10.1.8.3:8848 public @@ -446,7 +443,6 @@ https://42.194.196.179:2375 /Users/panjunjie/code/docker_registry_ca_prod - prod 172.16.0.11:8848 public @@ -516,7 +512,7 @@ java:8 - ["java", "-jar", "-Xms128m", "-Xmx512m", "-XX:PermSize=64M", "-XX:MaxPermSize=512M", "-Dspring.profiles.active=${docker.profile}", "-Duser.timezone=Asia/Shanghai", "/${project.build.finalName}.jar"] + ["java", "-jar", "-Xms128m", "-Xmx512m", "-XX:PermSize=64M", "-XX:MaxPermSize=512M", "-Dspring.profiles.active=${spring.profile}", "-Duser.timezone=Asia/Shanghai", "/${project.build.finalName}.jar"] ${docker.ca}