diff --git a/sky-pojo/pom.xml b/sky-pojo/pom.xml
index 28f3c38..7454789 100644
--- a/sky-pojo/pom.xml
+++ b/sky-pojo/pom.xml
@@ -11,7 +11,7 @@
jar
sky-pojo
- http://maven.apache.org
+ https://maven.apache.org
UTF-8
diff --git a/sky-server/Dockerfile b/sky-server/Dockerfile
index 421b7e4..d2959f5 100644
--- a/sky-server/Dockerfile
+++ b/sky-server/Dockerfile
@@ -1,4 +1,4 @@
-FROM openjdk:18
+FROM openjdk:17
#系统编码
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
diff --git a/sky-server/pom.xml b/sky-server/pom.xml
index bde36be..df9c0a4 100644
--- a/sky-server/pom.xml
+++ b/sky-server/pom.xml
@@ -13,9 +13,21 @@
sky-server
jar
+ 192.168.1.4:1100
+ sky
UTF-8
+
+ com.sky
+ sky-common
+ 1.0-SNAPSHOT
+
+
+ com.sky
+ sky-pojo
+ 1.0-SNAPSHOT
+
org.springframework.boot
spring-boot-starter
@@ -118,16 +130,52 @@
junit
4.13.1
-
-
- com.sky
- sky-common
- 1.0-SNAPSHOT
-
-
- com.sky
- sky-pojo
- 1.0-SNAPSHOT
-
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ true
+
+
+
+ com.spotify
+ docker-maven-plugin
+ 1.2.2
+
+
+
+ build-image
+
+ package
+
+ build
+ push
+
+
+
+
+ harbor
+ http://${docker.repostory}
+
+ http://192.168.1.4:2375
+
+
+ ${docker.repostory}/${docker.registry.name}/${project.artifactId}:${project.version}
+
+
+ ${project.basedir}
+
+ false
+
+
+
+
\ No newline at end of file