| | |
| | | <artifactId>CodeService</artifactId> |
| | | <packaging>jar</packaging> |
| | | |
| | | <name>CommonService</name> |
| | | <name>CodeService</name> |
| | | <url>http://maven.apache.org</url> |
| | | |
| | | <properties> |
| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>CodeService</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | |
| | | </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> |