https://velog.io/@pengoose_dev/React-Spring-Boot-Proxy-Erroroptions.allowedHosts0-should-be-a-non-empty-string React + Spring Boot Proxy Error (options.allowedHosts[0] should be a non-empty string) proxy 설정 에러 해결법 velog.io
1:1 Refused to apply inline style because it violates the following Content Security Policy directive: "default-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-4Su6mBWzEIFnH4pAGMOuaeBrstwJN4Z3pq/s1Kn4/KQ='), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'un..
https://react.vlpt.us/react-router/01-concepts.html 1. 프로젝트 준비 및 기본적인 사용법 · GitBook 1. 프로젝트 준비 및 기본적인 사용법 우선 리액트 라우터를 사용할 프로젝트를 준비해주겠습니다. $ npx create-react-app router-tutorial 그 다음엔 해당 프로젝트 디렉토리로 이동하여 라우터 관련 라 react.vlpt.us https://shape-coding.tistory.com/entry/React-React-%EA%B0%9C%EB%B0%9C%ED%99%98%EA%B2%BD-%EC%84%B8%ED%8C%85%ED%95%98%EA%B8%B0-React-Router-%EC%84%A4%EC%B9%98 [React] React 개발..
https://medium.com/@dev.kimdaeyong/mapstruct%EA%B0%80-is-%EC%A0%91%EB%91%90%EC%82%AC%EB%A5%BC-%EA%B0%80%EC%A7%84-boolean-%ED%95%84%EB%93%9C%EB%A5%BC-%EB%A7%A4%ED%95%91%ED%95%98%EC%A7%80-%EB%AA%BB%ED%95%98%EB%8A%94-%EB%AC%B8%EC%A0%9C-bbecdd62901a MapStruct가 is 접두사를 가진 boolean 필드를 매핑하지 못하는 문제 is 접두사를 가진 boolean 필드는 Java 표준에 어긋난다. 어떻게 이 문제를 우회할 수 있을까? medium.com
https://sas-study.tistory.com/411 Caused by: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save() 해당 에러메시지는 Spring Data JPA 를 활용했을 때의 상황이었으며, save() 메소드를 활용해서 더미 데이터를 생성했을 때 발생하였다. save() 메소드를 부르기 전에 id 값을 할당해줘야 한다는 것 같은 sas-study.tistory.com