백엔드/Spring131 [ajax error] Required request parameter 'id' for method parameter type Long is not present @RequestParam 이나 기타 parameter를 받아올 때 null 이거나 type이 맞지 않는 경우 생기는 에러이다 required=false 을 추가해주면 된다. 2021. 6. 21. [ERROR] I/O error while reading input message controller에 있는 RequestBody 를 지운다 2021. 5. 27. [ERROR} Unrecognized token 'name': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') ajax에서 JSON 데이터 보낼 때 JSON.stringify() 를 해주어야 한다 2021. 5. 27. object references an unsaved transient instance - save the transient instance before flushing joincolumn에 cascade를 설정하지 않아 생기는 오류 cascade = CascadeType.ALL 추가하기 2021. 5. 25. [spring error] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception 쿼리에 null값이 들어갔을 경우 발생하는 문제로 1. 쿼리값이 주입됐는지 확인 2021. 5. 20. [hibernate error] ids for this class must be manually assigned before calling save() pk인 컬럼을 @GeneratedValue 로 자동생성 해주거나, 직접 식별자를 할당해야하는데 둘중 한가지로 pk값을 생성하지않았다면 ids for this class must be manually assigned before calling save() 라는 에러가 발생한다. 2021. 5. 20. 이전 1 ··· 14 15 16 17 18 19 20 ··· 22 다음