From f946b5eb1d491ef448d2cea20779da707ebdafc5 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 21 Aug 2015 14:24:43 -0500 Subject: [PATCH] Polish side bar --- index.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9b148d7..2f40fe9 100644 --- a/index.html +++ b/index.html @@ -28,11 +28,13 @@ Spring Data provides a simple way to write the lowest level, boiler plate operat ## Features -* Rapid creation of persistence functionality (change, read, update, delete) -* Datastore-neutral approach -* Declarative way of defining operations -* Easy access to datastore-specific APIs (JpaTemplate, MongoTemplate, etc.) -* Repository and datastore best practices +* Powerful Repository and custom object-mapping abstractions +* Support for cross-store persistence +* Dynamic query generation from query method names +* Implementation domain base classes providing basic properties +* Support for transparent auditing (created, last changed) +* Possibility to integrate custom repository code +* Easy Spring integration with custom namespace For a quick taste, look at the following domain object: @@ -97,6 +99,13 @@ On top of the CRUD operations inherited from `CrudRepository`, the two interface ## Main Projects + +{% capture project_description %} +Core Spring concepts underpinning every Spring Data project. +{% endcapture %} + +{% include project_block.md site_url="http://docs.spring.io/spring-data/commons/docs/current/reference/html/" repo_url="http://github.com/spring-projects/spring-data-commons" project_title="Spring Data Commons" project_description=project_description %} + {% capture project_description %} Makes it easy to implement JPA-based repositories. @@ -216,6 +225,12 @@ Spring Data module for DynamoDB. {% endcapture %} {% capture related_resources %} + +* [Spring Data - Release Train BOM Example](https://github.com/spring-projects/spring-data-examples/tree/master/bom) +* [Spring Data Examples](https://github.com/spring-projects/spring-data-examples) +* [Spring Data Book](http://www.amazon.com/Spring-Data-Mark-Pollack/dp/1449323952) +* [Getting Started Guides](https://spring.io/guides?filter=spring%20data) + {% endcapture %}