🟦 기본 환경: IDE: IntelliJ, Language: Java
발생 Error
SpringBoot에서 다음 Source Code를 실행할 경우,
🚨다음과 같은 Error 발생
nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service
발생 원인
H2 DB를 실행하지 않고 Test 진행
해결 방법
H2 DB를 실행
1. cmd 상 h2 DB가 설치된 위치로 이동 후, h2.sh 또는 h2.bat 실행
2. H2 콘솔 페이지 로드 시, 연결 버튼 클릭
참고 자료
'Java > Spring with Error' 카테고리의 다른 글
[해결 방법] Request method 'POST' not supported (0) | 2023.05.28 |
---|---|
[해결 방법] org.springframework.validation.BindException: (0) | 2023.05.27 |
[해결 방법] SQLGrammarException: could not prepare statement (0) | 2023.05.21 |
[해결 방법] nested exception is java.lang.NullPointerException (0) | 2023.04.09 |
[해결 방법] No default constructor found (0) | 2023.04.08 |