WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector (file:/C:/Users/jiangcy/.m2/repository/org/mybatis/mybatis/3.4.5/mybatis-3.4.5.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.apache.ibatis.reflection.Reflector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
你用的是jdk9吧,用回9之前的版本就可以了
Illegal reflective access by org.apache.ibatis.reflection.Reflector
请问这个警告得到解决了吗?
答案:以及解决,版本换成MyBatis的3.5.3就可以了。
具体参见:https://github.com/mybatis/mybatis-3/issues/1156
你们的解决了吗?我这里也有但是解决了,1可能是数据库密码和接口的错误更正一下,2代码问题,将网上正确代码复制一下测试
所以到底咋解决啊 我的问题一模一样
只有退回去9版本之前,才能解决么
我原来是可以用的, 原来是jdk1.8
hello, 下面那个空指针异常你解决掉了吗?
JDK 9 对于第一次反射都有警告,也许在下一些版本会对反射方面做出更好的优化和限制,现在请忽略警告
估计是配置出了问题,spring注入失败了。