OnlineSession cannot be cast to OnlineSession

利用若依框架配置redis序列化session的时候会出现这个错误。网上找到的答案。

热部署原因删掉热部署的依赖

 <!--<dependency>-->
            <!--<groupId>org.springframework.boot</groupId>-->
            <!--<artifactId>spring-boot-devtools</artifactId>-->
            <!--<optional>true</optional>-->
        <!--</dependency>-->

猜你喜欢

转载自blog.csdn.net/qq_37891961/article/details/90035190