No 'Access-Control-Allow-Origin' maven管理的项目跨域问题怎么解决

pom.xml添加依赖

<!-- 跨域支持-->

     <dependency> 

           <groupId>com.thetransactioncompany</groupId> 

           <artifactId>cors-filter</artifactId> 

           <version>2.5</version> 

    </dependency>

猜你喜欢

转载自blog.csdn.net/qq_40757296/article/details/82348066