1、spring security 注解@EnableGlobalMethodSecurity详解https://www.jianshu.com/p/41b7c3fb00e0
2、spring boot基础教程
https://blog.youkuaiyun.com/bihansheng2010/article/details/87374578
3、同源策略与跨域方法
https://www.jianshu.com/p/438183ddcea8
1)、后端使用代理(proxy)
2)、w3c提出的CORS
3)、jsonp,使用回调函数callback
4、get请求没事,post请求报403错误
https://blog.youkuaiyun.com/t894690230/article/details/52404105