springboot 、springmvc 预防xss 攻击 自定义WebBindingInitializer 实现类
import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.annotation.Configuration;import org.springframework.web.bind.WebDataBinder;import org.springframewor...