bboks.net™

IntelliJ Process finished with exit code 0 when spring-boot run 본문

카테고리 없음

IntelliJ Process finished with exit code 0 when spring-boot run

bboks.net 2016. 12. 21. 15:23

Deleting provided scope of spring-boot-starter-tomcat dependency helps me.

<dependency>    
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>

 

[출처] IntelliJ Process finished with exit code 0 when spring-boot run