非法反射 An illegal reflective access operation has occurred

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils 1(file:/D:/Code/maven/repertory/org/springframework/springcore/5.0.6.RELEASE/springcore5.0.6.RELEASE.jar)tomethodjava.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)WARNING:Pleaseconsiderreportingthistothemaintainersoforg.springframework.cglib.core.ReflectUtils 1 ( f i l e : / D : / C o d e / m a v e n / r e p e r t o r y / o r g / s p r i n g f r a m e w o r k / s p r i n g − c o r e / 5.0.6. R E L E A S E / s p r i n g − c o r e − 5.0.6. R E L E A S E . j a r ) t o m e t h o d j a v a . l a n g . C l a s s L o a d e r . d e f i n e C l a s s ( j a v a . l a n g . S t r i n g , b y t e [ ] , i n t , i n t , j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n ) W A R N I N G : P l e a s e c o n s i d e r r e p o r t i n g t h i s t o t h e m a i n t a i n e r s o f o r g . s p r i n g f r a m e w o r k . c g l i b . c o r e . R e f l e c t U t i l s 1
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

据说是因为版本的问题然后有问题?
我是用的jdk10,用回之前的版本好像就可以了,但是这个错好像不影响运行?

你可能感兴趣的:(问题解决方式)