报错信息

  1. WARNING: An illegal reflective access operation has occurred
  2. WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/C:/Users/Mloong/.m2/repository/org/springframework/spring-core/5.0.6.RELEASE/spring-core-5.0.6.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  3. WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1
  4. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  5. WARNING: All illegal access operations will be denied in a future release

原因与解决方案

  • 待分析.