A component required a bean of type
'org.springframework.messaging.simp.SimpMessagingTemplate' that could not be found.
找不到jar包的情况,一般都是在pom.xml 添加,然后刷新maven,
这个报错找了一会jar包,可是不是jar包的问题,
于是全局搜索用到这个类的地方,把它注释掉 !
import org.springframework.messaging.simp.SimpMessagingTemplate;
然后没事了