فهرست منبع

chore(pom): 更新主类配置并注释无效依赖

- 修改 spring-boot-maven-plugin 的 mainClass 配置为 AlienLawyerApplication
- 注释掉无效的 includes 配置块,避免构建干扰
yindp 3 هفته پیش
والد
کامیت
dd5db4985c
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>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
-                    <mainClass>shop.alien.store.AlienStoreApplication</mainClass>
+                    <mainClass>shop.alien.lawyer.AlienLawyerApplication</mainClass>
                     <layout>ZIP</layout>
-                    <includes>
-                        <include>
-                            <groupId>nothing</groupId>
-                            <artifactId>nothing</artifactId>
-                        </include>
-                    </includes>
+<!--                    <includes>-->
+<!--                        <include>-->
+<!--                            <groupId>nothing</groupId>-->
+<!--                            <artifactId>nothing</artifactId>-->
+<!--                        </include>-->
+<!--                    </includes>-->
                 </configuration>
                 <executions>
                     <execution>