wuxw
2019-10-23 ef39ef76d7154d93df6214073b765dec3db9158c
优化 common 启动
2个文件已修改
4 ■■■■ 已修改文件
CommonService/docker/docker-compose.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CommonService/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | 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>