From bcf86e7323837ff6e2c9cd6bb25b9d29907e34ed Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期五, 03 十一月 2023 17:03:43 +0800
Subject: [PATCH] 添加sign界面添加状态,判断改地址是否启用
---
springboot-vue3/pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/springboot-vue3/pom.xml b/springboot-vue3/pom.xml
index f54609a..e9a0bb3 100644
--- a/springboot-vue3/pom.xml
+++ b/springboot-vue3/pom.xml
@@ -157,7 +157,19 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
+ <plugin>
+ <groupId>com.spotify</groupId>
+ <artifactId>dockerfile-maven-plugin</artifactId>
+ <version>1.3.6</version>
+ <configuration>
+ <repository>docker/${project.artifactId}</repository>
+ <buildArgs>
+ <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
+ </buildArgs>
+ </configuration>
+ </plugin>
</plugins>
+
</build>
<repositories>
--
Gitblit v1.8.0