(in module com.xxx) cannot access class org.springframework.cglib.core.ReflectUtils (in unnamed module @0x2d950574) because module com.xxx does not read unnamed module @0x2d950574
Please have a look on module com.xxx
in above message.
As a solution you can add VM argument:
--add-reads com.xxx=ALL-UNNAMED
在VM argument:中添加 --add-reads com.xxx=ALL-UNNAMED
标签:core,java,cglib,xxx,module,access,ReflectUtils,com From: https://www.cnblogs.com/shineGalaxy/p/17220703.html