[Spring Boot] CORS 설정 시 addCorsMappings 관련 에러
CORS 설정 시 addCorsMappings 관련 에러 java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, list them explicitly or consider using "allowedOriginPatterns" instead. 스프링 부트에서 CORS 설정 시, .allowCredentials(true)와 .allowedOr..