@CrossOrigin
我的
@CrossOrigin
注解只要加了后面的两个参数springboot都启动不起来
When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, list them explicitly or consider using "allowedOriginPatterns" instead