记录一次SpringBoot中类型强转的异常

2019-10-21  本文已影响0人  MathCEC

先看异常

java.lang.ClassCastException: com.***.SMSSend cannot be cast to com.***.SMSSend

一脸懵逼
然后看到这篇文章

试了一下,自己坑自己嗄,只要把

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <scope>runtime</scope>
 </dependency> 

这个依赖干掉就好了

上一篇 下一篇

猜你喜欢

热点阅读