Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
96054944
Commit
96054944
authored
Jan 27, 2023
by
macro
Browse files
Update pom.xml
docker镜像改为使用openjdk
parent
b0bd1dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
96054944
...
...
@@ -31,7 +31,7 @@
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
<skipTests>
true
</skipTests>
<docker.host>
http://192.168.3.10
5
:2375
</docker.host>
<docker.host>
http://192.168.3.10
1
:2375
</docker.host>
<docker.maven.plugin.version>
0.40.2
</docker.maven.plugin.version>
<pagehelper-starter.version>
1.4.5
</pagehelper-starter.version>
<pagehelper.version>
5.3.2
</pagehelper.version>
...
...
@@ -232,7 +232,7 @@
<!--定义镜像构建行为-->
<build>
<!--定义基础镜像-->
<from>
java
:8
</from>
<from>
openjdk
:8
</from>
<args>
<JAR_FILE>
${project.build.finalName}.jar
</JAR_FILE>
</args>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment