<!-- 防止请求跨域 -->
    <mvc:cors>
        <mvc:mapping path="/**" allowed-origins="*"
            allow-credentials="true" max-age="1800" allowed-methods="GET,POST,OPTIONS" />
    </mvc:cors>

每天坚持学习一点点!

最后修改:2023 年 01 月 31 日
如果觉得我的文章对你有用,请随意赞赏