Spring Boot的Rest的CORS禁用

Spring Boot默认会限制跨站的rest调用,测试或者使用Spring Security的时候需要禁用CORS,参考
https://stackoverflow.com/questions/44697883/can-you-completely-disable-...