Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

跨域问题 #25

@Moorvan

Description

@Moorvan

当我们进行前后端项目的协调连接时,发现浏览器上无法获取到后端传给后端的数据,浏览器控制台有报错信息:
Snipaste_2019-11-15_15-25-39
经过在网络上查询相关问题,发现是跨域问题,并且得到解决方法,只需要在控制类开头添加注解:

@CrossOrigin

问题得到解决。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions