0

我正在为我的 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 支持仅适用于thymeleafjsp

但我在前端使用angular-1.6.6.js和 HTML。

谁能帮我在我的项目中介绍hdiv集成。

4

1 回答 1

1

对于客户端 mvc 场景,例如 AngularJS,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

于 2019-04-11T09:49:02.933 回答