Spring (1) 썸네일형 리스트형 WebMvcConfigurer vs WebMvcConfigurationSupport 프로젝트 중 cors 이슈가 있어서 원인 파악을 하며 알게 되었습니다. http://honeymon.io/tech/2018/03/13/spring-boot-mvc-controller.html 블로그를 참고하여 작성하였습니다. 기존에 cors 이슈를 해결하기 위해 WebMvcConfigurer 를 impliments 받은 클래스를 사용하고 있었다. import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework... 이전 1 다음