简单解决接口调用跨域问题

简单的从接口端解决前端Ajax调用跨域问题

给Response添加Header

1
response.addHeader("Access-Control-Allow-Origin","*");