java.lang.NoClassDefFoundError: org/apache/ibatis/annotations/Mapper
更改mybatis包版本
1. <dependency> 2. <groupId>org.mybatis</groupId> 3. <artifactId>mybatis</artifactId> 4. <version>3.2.7</version> 5. </dependency> 6. 7. 8. <dependency> 9. <groupId>org.mybatis</groupId> 10. <artifactId>mybatis-spring</artifactId> 11. <version>1.2.2</version> 12. </dependency>
socketmq
The broker does not support consumer to filter message by SQL92
https://www.jianshu.com/p/d5bde165583a
mycat相关
https://blog.csdn.net/yelllowcong/article/details/79066917