1、错误描述
2025-05-26 15:50:24.767 ERROR 14216 — [nio-8081-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.StackOverflowError] with root cause
java.lang.StackOverflowError: null
at org.springframework.data.redis.connection.RedisConnection.zSetCommands(RedisConnection.java:141) ~[spring-data-redis-2.3.9.RELEASE.jar:2.3.9.RELEASE]
at org.springframework.data.redis.connection.DefaultedRedisConnection.zAdd(DefaultedRedisConnection.java:863) ~[spring-data-redis-2.3.9.RELEASE.jar:2.3.9.RELEASE]
at org.springframework.data.redis.connection.DefaultedRedisConnection.zAdd
2.解决方案
修改版本pom.xml文件parent版本
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<!-- <version>2.3.12.RELEASE</version>-->
<version>2.7.14</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
原来是2.3.12