allowedOrigins

allowedOrigins cannot contain the special value "*"

Spring Boot的版本高于 2.4以后 ,原来的配置已经不适合目前的版本 将代码中的`allowedOrigins`改为`allowedOriginPatterns` ```java @Configuration public class WebConfig implements WebMvc ......
quot allowedOrigins contain special cannot
共1篇  :1/1页 首页上一页1下一页尾页