吴学文
2019-05-22 4ac45fdadbe394776489c7f9b8e21e19ac3d373f
CodeService/pom.xml
@@ -10,7 +10,7 @@
    <artifactId>CodeService</artifactId>
    <packaging>jar</packaging>
    <name>CommonService</name>
    <name>CodeService</name>
    <url>http://maven.apache.org</url>
    <properties>
@@ -29,6 +29,7 @@
    </dependencies>
    <build>
        <finalName>CodeService</finalName>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
@@ -56,6 +57,14 @@
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <mainClass>com.java110.code.CodeServiceApplicationStart</mainClass>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>