원인 @RequestBody의 패키지를 io.swagger.v3.oas.annotations.parameters.RequestBody로 설정 해결 @RequestBody의 패키지를 org.springframework.web.bind.annotation.RequestBody로 수정
원인 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(...
-
@RequestBody를 추가하였지만 Ajax로 보낸 데이터가 넘어오지 않던 상황
새 버전의 콘텐츠를 사용할 수 있습니다.