pom.xml 오픈 전체 내용 Ctrl + X 후 저장 Ctrl + V 후 다시 저장 maven intall 재실행
원인 jdbc 관련 dependency의 부재 해결 pom.xml에 dependency 추가 {% highlight xml %} org.springframework.boot spring-boot-starter-jdbc {% endhighlight %}
기존 저장소의 문제점 만약 아래와 같은 저장소가 있다고 가정해보자. {% highlight js %} import { create } from ‘zustand’ const useCountStore = create( (set, get) => ({ count: 0, increment: () => set(...
maven install 에러
JPA와 h2 연동 중에 Error creating bean with name 'entityManagerFactory' ~ 발생
새 버전의 콘텐츠를 사용할 수 있습니다.