일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- IntelliJ
- Spring
- MySQL
- devops
- Web Server
- springboot
- Git
- ReactJS
- Design Patterns
- db
- AWS
- java
- redis
- 맛집
- laravel
- linux
- Gradle
- Spring Boot
- jsp
- Spring Batch
- jenkins
- it
- ubuntu
- Oracle
- javascript
- tool
- 요리
- elasticsearch
- JVM
- php
Archives
- Today
- Total
목록cros domain (1)
아무거나
스프링부트에서 swagger사용시 크로스 도메인 이슈
Client(=User) -> Web Server -> API Server 로 구성되어 있는 하나의 시스템에서 서버 설정에 따라 크로스 도메인 이슈가 발생하곤 한다. 그래서 java 소스상에 @Configuration을 선언하고 WebMvcConfigurerAdapter를 상속받아 오버라이딩하여 메소드를 작성하면 해당 이슈는 해결된다. import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import..
Java & Kotlin/Java
2018. 11. 20. 21:18