pom에 시작 클래스를 추가하십시오.
<properties>
<!-- The main class to start by executing java -jar -->
<start-class>com.mycorp.starter.HelloWorldApplication</start-class>
</properties>
반응형
':::: 개발 :::: > └ JSP & SPRING' 카테고리의 다른 글
MAP >> JSON >> JSONArray 변환 참조 (0) | 2018.10.12 |
---|---|
spring boot JPA 실제 쿼리 로그 찍어보기 (0) | 2018.10.10 |
mustache 탬플릿 session 사용 (0) | 2018.10.08 |
spring http header 통신 (0) | 2018.09.05 |
스프링 부트에서 JSTL 사용할때(표준 JSP ) application.properties (0) | 2018.05.25 |
spring boot html/js 동적 로딩( 재시작없이 적용) (0) | 2018.05.15 |
logback sql 로그 볼때 PreparedStatement 가 출력 방법 (0) | 2018.05.14 |
Non-resolvable parent POM for (0) | 2018.05.08 |