Spring系列学习之Spring Data LDAP数据访问

英文原文:https://spring.io/projects/spring-data-ldap

目录

概述

介绍

特性

快速开始

学习

文档


概述

Spring Data for Spring LDAP是Spring Data项目的一部分,旨在为新的Spring LDAP提供熟悉且一致的Repository抽象。

介绍

Spring Data LDAP项目在Spring LDAP的LdapTemplateObject-Directory Mapping之上提供Spring LDAP的存储库抽象。

特性

  •      使用基于Java的@Configuration类或XML命名空间的Spring配置支持。
  •      基于注释的映射元数据
  •      自动实现Repository接口,包括支持自定义finder方法。
  •      QueryDSL集成以支持类型安全查询。

快速开始

使用Spring Initializr引导您的应用程序。

学习

文档

每个Spring项目都有自己的; 它详细解释了如何使用项目功能以及使用它们可以实现的功能。

2.1.3 CURRENT GA Reference Doc. API Doc.
2.2.0 M1 PRE Reference Doc. API Doc.
2.2.0 SNAPSHOT Reference Doc. API Doc.
2.1.4 SNAPSHOT Reference Doc. API Doc.
2.0.13 SNAPSHOT Reference Doc. API Doc.
2.0.12 GA Reference Doc. API Doc.
1.0.18 SNAPSHOT Reference Doc. API Doc.
1.0.17 GA Reference Doc. API Doc.

猜你喜欢

转载自blog.csdn.net/boonya/article/details/85172424