Menu

Spring integration

Niklas Gawell

Maven dependency:

            <dependency>
                <groupId>se.gawell.ktvstore</groupId>
                <artifactId>kvtstore-spring</artifactId>
                <version>0.1.0</version>
            </dependency>

This maven dependency will provide you with one Spring @Configuration file per store type.

  • RiakKVTStoreConfiguration for [Riak]
  • MySQLKVTStoreConfiguration for [MySQL]
  • InMemoryKVTStoreConfiguration for [In memory]

Related

Wiki: In memory
Wiki: MySQL
Wiki: Riak
Wiki: Usage

MongoDB Logo MongoDB