728x90
HikariPool-1 - Shutdown completed. Process finished with exit code 0
여러 이유가 있는데 생각날 때마다 다시 업데이트.
1. spring-boot-start-web이 빠진 경우
implementation 'org.springframework.boot:spring-boot-starter-web' // web
내장톰캣이 빠진 경우라서 위의 dependency 넣어주면 잘 작동한다.
아니면 톰캣 자체를 넣어줘도 되는데 spring boot는 내장톰캣을 이용하는 게 좋다.
초반에는 버젼 관리를 하려고 톰캣을 따로 넣어줬는데 요즘은 굳이.
Regacy 프로젝트라면 톰캣을 넣어준다.
(계속 업데이트)
300x250
'ETC' 카테고리의 다른 글
[Error] Test - @Slf4j cannot find symbol 에러 (0) | 2023.05.23 |
---|---|
[Error] JPA - @CreatedDate, @LastUpdatedDate가 null일때 (0) | 2023.05.23 |
[Error] Spring config - Error executing DDL "alter table goal drop foreign key (0) | 2023.05.23 |
[Error] Mysql Workbench 접속 에러 (0) | 2023.05.23 |
[IntelliJ] 인텔리제이 JUnit5 테스트 시, displayName이 안 나올 때 (0) | 2023.05.19 |
[Error] Gradle, Spring Boot 3.x.x 실행 에러 (0) | 2023.05.19 |
[Error] Lombok : cannot find symbol (0) | 2023.05.18 |
[IntelliJ] 인텔리제이 콘솔 한글 깨짐 (0) | 2023.05.18 |