Description of the problem: There are two projects A and B in eclipse. There is an entry to jump to B in A, but a redis serialization error is always reported when jumping

Reason: The redis of the two projects uses one

Solution: Replace the redis of the two projects with different redis to solve the problem. (docker can install multiple redis on linux, take different names, and use them separately)

Guess you like

Origin blog.csdn.net/dazhanglao/article/details/119865746