Skip to content

Instantly share code, notes, and snippets.

@djhuistra
djhuistra / DPAService.java
Created April 8, 2018 10:39
Application Configuration for CORS
@SpringBootApplication
public class DPAService {
public static void main(String[] args) {
SpringApplication.run(DPAService.class, args);
}
@Bean
public WebMvcConfigurer corsConfigurer() {