wuxw лет назад: 6
Родитель
Сommit
ef39ef76d7
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      CommonService/docker/docker-compose.yml
  2. 1 1
      CommonService/pom.xml

+ 1 - 1
CommonService/docker/docker-compose.yml

@@ -7,7 +7,7 @@ services:
           dockerfile: Dockerfile
        restart: always
        ports:
-       - "8009:8009"
+       - "8005:8005"
        volumes:
        - ../target/CommonService.jar:/root/target/CommonService.jar
        networks:

+ 1 - 1
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>