Class RedisProperties


  • @ConfigurationProperties("redis")
    public class RedisProperties
    extends Object
    • Constructor Detail

      • RedisProperties

        public RedisProperties()
    • Method Detail

      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getPort

        public String getPort()
      • setPort

        public void setPort​(String port)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)