|
@@ -309,14 +309,14 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <mainClass>shop.alien.store.AlienStoreApplication</mainClass>
|
|
|
|
|
|
|
+ <mainClass>shop.alien.lawyer.AlienLawyerApplication</mainClass>
|
|
|
<layout>ZIP</layout>
|
|
<layout>ZIP</layout>
|
|
|
- <includes>
|
|
|
|
|
- <include>
|
|
|
|
|
- <groupId>nothing</groupId>
|
|
|
|
|
- <artifactId>nothing</artifactId>
|
|
|
|
|
- </include>
|
|
|
|
|
- </includes>
|
|
|
|
|
|
|
+<!-- <includes>-->
|
|
|
|
|
+<!-- <include>-->
|
|
|
|
|
+<!-- <groupId>nothing</groupId>-->
|
|
|
|
|
+<!-- <artifactId>nothing</artifactId>-->
|
|
|
|
|
+<!-- </include>-->
|
|
|
|
|
+<!-- </includes>-->
|
|
|
</configuration>
|
|
</configuration>
|
|
|
<executions>
|
|
<executions>
|
|
|
<execution>
|
|
<execution>
|