| CommonService/docker/docker-compose.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| CommonService/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CommonService/docker/docker-compose.yml
@@ -7,7 +7,7 @@ dockerfile: Dockerfile restart: always ports: - "8009:8009" - "8005:8005" volumes: - ../target/CommonService.jar:/root/target/CommonService.jar networks: CommonService/pom.xml
@@ -70,7 +70,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <mainClass>com.java110.community.CommunityServiceApplicationStart</mainClass> <mainClass>com.java110.common.CommonServiceApplicationStart</mainClass> </configuration> </plugin> </plugins>