最后一步报错非法反射该怎么办啊大佬们

来源:2-4 Mybatis自动生成器使用方式

德鲁伊法师

2020-04-09 13:50

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


这是报错信息

写回答 关注

1回答

  • qq_慕设计2577912
    2020-04-19 01:33:22

    Illegal reflective access by org.apache.ibatis.reflection.Reflector

    请问这个警告得到解决了吗?

    答案:以及解决,版本换成MyBatis的3.5.3就可以了。

    具体参见:https://github.com/mybatis/mybatis-3/issues/1156


SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49065 学习 · 954 问题

查看课程

相似问题