ozimov / spring-boot-email-tools

A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine
Apache License 2.0
195 stars 95 forks source link

Use JedisClientConfiguration #73

Open robertotru opened 6 years ago

robertotru commented 6 years ago

Config in JedisConnectionFactory is now mostly deprecated. We should use JedisClientConfiguration, instead.