/data-tarantool-spring-boot-starter

Spring Boot starter for spring-data-tarantool

Primary LanguageJavaMIT LicenseMIT

#data-tarantool-spring-boot-starter Build Status License

Spring boot starter for spring-data-tarantool

Usage:

repositories {
    jcenter()
}

dependencies {
  compile 'ru.shadam:data-tarantool-spring-boot-starter:0.2.0'
}

spring-data-tarantool repositories will be configured by default.

Available properties:

property defaultValue description
ru.shadam.tarantool.host localhost tarantool server host
ru.shadam.tarantool.port 3301 tarantool server port
ru.shadam.tarantool.user guest tarantool server user
ru.shadam.tarantool.password null tarantool server password

Copyright and License

Copyright 2017 (c) Timur Shakurov.

All versions, present and past, of spring-data-tarantool are licensed under MIT license.