From 6c6093199fbe690100e7b18f927535713dfb373f Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Fri, 21 Jul 2017 11:57:57 -0700 Subject: [PATCH] Added link to Spring Content as related techonology. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7c1b5c4..5eb88b5 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,7 @@ Core Spring concepts underpinning every Spring Data project. * [Spring Data JDBC Extensions](http://projects.spring.io/spring-data-jdbc-ext) - Provides extensions to the JDBC support provided in the Spring Framework. * [Spring for Apache Hadoop](http://projects.spring.io/spring-hadoop) - Simplifies Apache Hadoop by providing a unified configuration model and easy to use APIs for using HDFS, MapReduce, Pig, and Hive. +* [Spring Content](https://paulcwarren.github.io/spring-content/) - Associate content with your Spring Data Entities and store it in a number of different stores including the File-system, S3, Database or Mongo's GridFS.