Java/Spring with Error
[해결 방법] Unable to create requested service
HJ0216
2023. 5. 25. 19:27
🟦 기본 환경: 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 콘솔 페이지 로드 시, 연결 버튼 클릭
참고 자료