Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 746 Bytes

Spring Data Google Datastore

The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. This modules provides integration with Google Datastore.

This is a work in progress

Examples

For examples on using the Spring Data Key Value, see the dedicated project, also available on GitHub

Repository Support

@Configuration
@EnableGoogleDatastoreRepositories
public class ApplicationConfig {
}