跨域共1篇

spring security 不拦截跨域请求

spring security 不拦截跨域请求-JoyCode 编程小战
在spring boot 应用中引入了spring security,当出现跨域的OPTIONS请求时,发现被拦截,加入下面设置可实现对OPTIONS请求的放行。 @EnableWebSecurity public class WebSecurityConfiguration e...
螃蟹横着走的头像-JoyCode 编程小战螃蟹横着走5年前
100