diff --git a/index.html b/index.html index 48c3826..fc91cc3 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,12 @@ Provides easy configuration and access to GemFire from Spring applications. {% endcapture %} {% include project_block.md site_url="/spring-data-gemfire" repo_url="http://github.com/spring-projects/spring-data-gemfire" project_title="Spring Data GemFire" project_description=project_description %} + +{% capture project_description %} +Exports Spring Data repositories as hypermedia-driven RESTful resources. +{% endcapture %} +{% include project_block.md site_url="/spring-data-rest" repo_url="http://github.com/spring-projects/spring-data-rest" project_title="Spring Data REST" project_description=project_description %} + {% capture project_description %} Provides extensions to the JDBC support provided in the Spring Framework.