先看异常
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>
这个依赖干掉就好了
网友评论