Przeglądaj źródła

设置启动类

DESKTOP-YALE\greyg 1 rok temu
rodzic
commit
e7a4ed55dd
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

@@ -308,6 +308,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <mainClass>com.hy.EntranceApplication</mainClass>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>