我正在为我的MVC应用程序使用 org.springframework.boot:spring-boot-starter-web:1.5.3.RELEASE 。
我需要停止敏感的数据公开攻击。
我找到了hdiv(https://github.com/hdiv/spring-boot-starter-hdiv/blob/master/README.md)
现在,如果我已正确理解,HDIV支持仅对百里香和 jsp 可用。
但是我在HTML的前端使用了 angular-1.6.6.js 。
谁能帮助我在我的项目中介绍hdiv集成。
答案 0 :(得分:0)
对于诸如AngularJS之类的客户端mvc场景,Spring方法非常适合HDIV。实际上,HDIV具有用于该集成的模块:https://github.com/hdiv/hdiv/tree/hdiv-hateoas
我们可以简单地将HDIV定义为Java Web应用程序安全框架。 HDIV通过添加安全功能,维护API和框架规范来扩展Web应用程序的行为。
HDIV对AngularJS的支持;值得推荐:https://github.com/hdiv/hdiv/issues/69