发布于 2017-03-03 02:51:16 | 126 次阅读 | 评论: 0 | 来源: 网友投递
Spring Data 基于Spring框架的数据访问计数
Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
Spring Data Commons 1.12.8 和1.13.1 发布了,Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
1.12.8 更新内容 (2017-03-02)
----------------------------------------------
* DATACMNS-999 - Improve resource extensive error message concatenation.
* DATACMNS-989 - CustomRepositoryImplementationDetector ignores excludeFilters.
* DATACMNS-985 - Remove references to single-argument assertion methods of Spring.
* DATACMNS-979 - Release 1.12.8 (Hopper SR8).
1.13.1.更新内容 (2017-03-02)
----------------------------------------------
* DATACMNS-1000 - Typo in reference documentation about domain events.
* DATACMNS-999 - Improve resource extensive error message concatenation.
* DATACMNS-989 - CustomRepositoryImplementationDetector ignores excludeFilters.
* DATACMNS-987 - SpringDataWebConfiguration now forces an application to have Jackson on the classpath if it uses JSON Path.
* DATACMNS-985 - Remove references to single-argument assertion methods of Spring.
* DATACMNS-980 - Release 1.13.1 (Ingalls SR1).
下载地址请查看此处。