Spring Boot的Rest的CORS禁用
由 hubdog 于 星期二, 2018-08-07 22:01 发表
Spring Boot默认会限制跨站的rest调用,测试或者使用Spring Security的时候需要禁用CORS,参考
https://stackoverflow.com/questions/44697883/can-you-completely-disable-...