원인 @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 %}
백준 알고리즘 Java 양식 {% highlight java %} public class Main { public static void main(String[] args) { // 코드 작성 } } {% endhighlight %}
-
@RequestBody를 추가하였지만 Ajax로 보낸 데이터가 넘어오지 않던 상황
새 버전의 콘텐츠를 사용할 수 있습니다.