WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.springframework.util.ReflectionUtils (file:/C:/Users/HUAWEI/.m2/repository/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.jar) to field java.lang.Enum.name WARNING: Please consider reporting this to the maintainers of org.springframework.util.ReflectionUtils 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
时间: 2024-03-19 14:41:13 浏览: 209
Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.Transformer异常
5星 · 资源好评率100%
这似乎是一个警告信息,它表明您在使用Spring框架时可能会遇到问题,因为ReflectionUtils使用了Java语言的非公开API。建议您向Spring框架的维护者报告此问题,并考虑使用--illegal-access=warn标志以启用更多的警告信息来避免未来的问题。同时请注意,未来的Java版本中,所有非法访问操作都将被拒绝。
阅读全文