最后一步報錯非法反射該怎么辦啊大佬們
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector (file:/D:/myMaven/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
這是報錯信息
2020-04-19
Illegal reflective access by org.apache.ibatis.reflection.Reflector
請問這個警告得到解決了嗎?
答案:以及解決,版本換成MyBatis的3.5.3就可以了。
具體參見:https://github.com/mybatis/mybatis-3/issues/1156