微服务docker镜像制作

This commit is contained in:
zhangdaiscott
2022-07-21 11:26:50 +08:00
parent a2b8777d3d
commit 80e26d2b94
3 changed files with 36 additions and 1 deletions

View File

@ -21,7 +21,16 @@
<profiles>
<profile>
<id>SpringCloud</id>
<!-- 引入微服务启动 Starter依赖 -->
<!-- 引入springboot独立启动-->
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<!-- 引入微服务Starter依赖 -->
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot</groupId>