An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils (file:/E:/maven/cangku/repository/org/springframework/spring-core/5.3.9/spring-core-5.3.9.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils 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
解决方法加参数
–add-opens java.base/java.lang=ALL-UNNAMED
升级jdk11后出现告警信息解决方案,An illegal reflective access operation has occurred
最新推荐文章于 2024-09-06 17:22:05 发布