Spring CORS Mapping with '*' wildcard not working

前端 未结 2 1556
我在风中等你
我在风中等你 2021-01-23 16:44

I have a Spring Boot Application. In the Application class I define my CORS mappings like this:

@Bean
    public WebMvcConfigurer corsConfigurer() {
        retu         


        
2条回答
提交回复
热议问题