소스 검색

设置启动类

DESKTOP-YALE\greyg 1 년 전
부모
커밋
e7a4ed55dd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>