Closed KitGavinx closed 4 years ago
强转有问题...原因有待研究 if(object != null){ return (CustomUserDetailsUser) object; } return object;
此处类型转换异常是由于spring-boot-devtools造成的,
去掉一下依赖即可解决
参考来源:https://blog.csdn.net/yuqiling0818/article/details/101064389
感谢,已修复
此处类型转换异常是由于spring-boot-devtools造成的,
去掉一下依赖即可解决
参考来源:https://blog.csdn.net/yuqiling0818/article/details/101064389