luxt 发表于 2018-3-28 11:26:37

运行 JwtRestfulClientDemo 测试rest接口 报错 !!!

运行 JwtRestfulClientDemo 测试rest接口
报错 Connection refused: connect
#redis 配置
redis.host=127.0.0.1
redis.port=6379
redis.pass=

运行
telnet 127.0.0.1 6379
正在连接127.0.0.1...无法打开到主机的连接。 在端口 6379: 连接失败
感觉应该是 redis服务没起来
请问大神如何解决



luxt 发表于 2018-3-30 14:17:46

装了redis服务搞定了,一直以为框架集成着服务呢。
页: [1]
查看完整版本: 运行 JwtRestfulClientDemo 测试rest接口 报错 !!!