srping boot put method error1 spring boot에서 PUT 메소드 호출시 cors 오류 allowedMethods("*")를 추가한다. registry.addMapping("/**") .allowedMethods("*") .allowedOrigins("http://localhost:3000"); 참조 : stackoverflow.com/questions/35315090/spring-boot-enable-global-cors-support-issue-only-get-is-working-post-put-and Spring boot enable Global CORS support issue: only GET is working, POST, PUT and Delete are not working Update: Now looking back more than a year later, I am giv.. 2021. 2. 26. 이전 1 다음