错误:WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector 遇到的问题 如图所示: 解决办法 在pom中加入依赖: <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.5.3</version> </dependency> 解决!!!