-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hanaux edited this page Dec 5, 2022
·
3 revisions
Welcome to the idolins-fe wiki!
Before Run
-
Spring-boot Project에서 Controller 부분,
@GetMapping(value = "/custinfo/{id}") ******** @CrossOrigin(origins = "http://localhost:3000")******** @Operation(summary = "회원정보 조회 메서드", description = "회원정보 조회 메서드입니다.")
리액트 프로젝트는 3000번 포트에 열려서 서로 연결할 때, CORS 오류가 뜸. **** 처리 부분 추가할 것