浏览代码

chore(build): 更新Maven插件配置

- 修改主类为AlienLawyerApplication
- 注释掉无用的includes配置段落
yindp 3 周之前
父节点
当前提交
533aa402cd
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      alien-lawyer/pom.xml

+ 7 - 7
alien-lawyer/pom.xml

@@ -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>