일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring Boot
- IntelliJ
- linux
- java
- Spring
- Spring Batch
- 맛집
- tool
- redis
- Design Patterns
- javascript
- laravel
- db
- it
- JVM
- Web Server
- springboot
- MySQL
- jsp
- AWS
- Gradle
- ubuntu
- jenkins
- Git
- 요리
- php
- elasticsearch
- ReactJS
- Oracle
- devops
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