wuxw
2019-07-11 b3f85b60ba9e39572e686009d36b5e5d7e81e910
ShopService/pom.xml
@@ -10,15 +10,13 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>ShopService</artifactId>
    <packaging>jar</packaging>
    <name>ShopService</name>
    <!-- FIXME change it to the project's website -->
    <url>http://www.example.com</url>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.7</maven.compiler.source>
        <maven.compiler.target>1.7</maven.compiler.target>
    </properties>
    <dependencies>
@@ -34,7 +32,6 @@
    <build>
        <finalName>ShopService</finalName>
        <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
@@ -66,10 +63,9 @@
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-maven-plugin</artifactId>
                    <configuration>
                        <mainClass>com.java110.store.ShopServiceApplicationStart</mainClass>
                        <mainClass>com.java110.shop.ShopServiceApplicationStart</mainClass>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
</project>