2021
11-05
11-05
关于springboot2.4跨域配置问题
1、如果只是一个简单的springbootdemo,用以下配置就行新建config类```importorg.springframework.context.annotation.Configuration;importorg.springframework.web.servlet.config.annotation.CorsRegistry;importorg.springframework.web.servlet.config.annotation.WebMvcConfigurer;/***@authoryk*@date2021/7/1914:36*/@ConfigurationpublicclassWebConfigimplementsWebMvcConfigurer{@Override...
继续阅读 >