| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <mainClass>com.panzhihua.community_backstage.CommunityBackstageApplication</mainClass> |
| | | <mainClass>com.panzhihua.shop_backstage.ShopBackstageApplication</mainClass> |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | |
| | | <artifactId>docker-maven-plugin</artifactId> |
| | | <version>1.2.0</version> |
| | | <configuration> |
| | | <imageName>registry.cn-chengdu.aliyuncs.com/panzhihua/community_backstage:v1</imageName> |
| | | <imageName>registry.cn-chengdu.aliyuncs.com/panzhihua/shop_backstage:v1</imageName> |
| | | <serverId></serverId> |
| | | <baseImage>java</baseImage> |
| | | <entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint> |