728x90
반응형
spring boot Process finished with exit code 0 라고 뜨며 어플리케이션이 바로 종료 되어버릴 때
Gradle 프로젝트
build.gradle
implementation 'org.springframework.boot:spring-boot-starter-web'
Maven 프로젝트
pom.xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
728x90
반응형
'개발중 > troubleshooting' 카테고리의 다른 글
The following untracked working tree files 에러 해결 (0) | 2022.04.13 |
---|---|
[인텔리제이 해결]Unexpected exception during bean creation; nested exception is java.lang.NoClassDefFoundError: javax/servlet/annotation/WebServlet (0) | 2022.03.25 |
@ModelAttribute 로 파라메터 사용시 한글이 깨질때 (1) | 2022.03.08 |
java.lang.UnsupportedOperationException 해결 (0) | 2022.03.01 |
@Resource 인식이 안될 때 해결방법 😷 (0) | 2022.02.19 |