:::: 개발 ::::/└ JSP & SPRING

Spring Boot 시작 main 메서드가 2개 이상 있을때 시작 클래스 지정

nayha 2018. 8. 23. 13:32



pom에 시작 클래스를 추가하십시오.


<properties>

    <!-- The main class to start by executing java -jar -->

    <start-class>com.mycorp.starter.HelloWorldApplication</start-class>

</properties>

반응형