[기초] spring boot Process finished with exit code 0 라고 뜨며 어플리케이션이 바로 종료되어버릴때가 있는데 이럴때는 Gradle 프로젝트일 경우 build.gradle에 추가하고 implementation 'org.springframework.boot:spring-boot-starter-web' Maven 프로젝트일 경우에는 org.springframework.boot spring-boot-starter-web 를 추가해준다.