일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- react
- Spring-Framework
- Python
- 타자 게임 만들기
- props
- ReactDOM.render is no longer supported in React 18. Use createRoot instead
- 모던자바스크립트
- You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client"
- 리액트
- DB Browser
- 거북이 대포 게임
- intllij 내 Bean을 찾지 못해서 발생하는 오류
- 노드에 리액트 추가하기
- Do it 자바스크립트 + 제이쿼리 입문
- spring-boot
- 자바스크립트
- Colaboratory 글자 깨짐
- node.js 설치
- 모두의 파이썬
- JS 개념
- 웹 게임을 만들며 배우는 리액트
- 계산맞추기 게임
- intellij
- node.js로 로그인하기
- 인프런
- react오류
- Concurrently
- vs code 내 node
- 따라하며 배우는 노드 리액트 기본 강의
- googleColaboratory
- Today
- Total
프로그래밍 삽질 중
[스프링부트와 AWS로 혼자 구현하는 웹 서비스] 오류 1 본문
※ 책 보면서 스프링을 공부중인데 오류 발생한 코드들이 있어 작성
[p.96 PostRepositoryTest 관련 오류]
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration
-> 해결 https://unhosted.tistory.com/77
[p.109 PostsApiControllerTest 관련 오류]
org.springframework.web.client.RestClientException: Error while extracting response for type [class java.lang.Long] and content type [application/json;charset=UTF8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.Long` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Long` out of START_OBJECT token
at [Source: (PushbackInputStream); line: 1, column: 1]
-> 참고 1 https://velog.io/@redcarrot01/TroubleShooting-springboot-Cannot-deserialize-instance-of-java.lang.Long-out-of-STARTOBJECT-token
-> 저자의 답변 : https://github.com/jojoldu/freelec-springboot2-webservice/issues/174
-> 내 경우 : Application.java가 위치 오류(프로젝트 가장 처음에 배치해야 했음)
[p.116 h2연결]
h2 연결 시 접속 불가
해결책 : 인텔리제이 스프링부트 H2 DB 사용하기 (tistory.com)
-> testdb가 연결되지 않을 경우 주소창에 localhost:8080/h2-console을 치지 않고 접근했는지 확인할 것
'과거 프로그래밍 자료들 > 자바(Java)' 카테고리의 다른 글
W3School.com Java Quiz (0) | 2021.06.10 |
---|---|
session 이용한 jsp 책 리스트, 상세페이지 만들기 (0) | 2021.06.08 |
[유튜브 강의] 소프트 캠퍼스 SpringFramework 입문2 (0) | 2021.06.03 |
[유튜브 강의] 소프트 캠퍼스 SpringFramework 입문 (0) | 2021.05.24 |
Java로 계좌 관련 문제(입금, 출금, 송금 내용 포함) (0) | 2021.05.21 |