是因为spring-boot-starter-parent的版本过高的原因
解决方法,降低parent的版本
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<relativePath/>
</parent>
是因为spring-boot-starter-parent的版本过高的原因
解决方法,降低parent的版本
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<relativePath/>
</parent>
本文标题:关于springboot中redisTemplate报错的原因
本文链接:https://www.haomeiwen.com/subject/bastdftx.html
网友评论