error

    [Spring Boot] Error creating bean with name 'entityManagerFactory' defined in class path resource

    [Spring Boot] Error creating bean with name 'entityManagerFactory' defined in class path resource

    Spring Boot, Kotlin, JPA, H2를 이용해서 API 테스트코드를 작성중이었다. Error creating bean with name 'entityManagerFactory' defined in class path resource Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceExcepti..

    [Mac] 업데이트 후 vscode,git 동작오류

    [Mac] 업데이트 후 vscode,git 동작오류

    이번에 macOS Big Sur 11.0.1로 업데이트 후 vscode에서 C++ 실행이 되지않았습니다. g++,lldb 설정을 하고 잘 사용하고 있었는데 #include부터 빨간줄이 생기고 터미널창에 g++ -v 또는 lldb 입력 시 xcrun: error: invalid active developer path (경로) missing xcrun at (경로) 이런 경고문구가 떴습니다. 또, vscode에서 git도 설치되어있지 않은 것처럼 표시되었습니다. 해결방법 xcode-select --install 터미널에서을 위 명령어를 입력하여 xcode cli를 설치해주니 해결되었습니다.