cannot access class org.springframework.cglib.core.ReflectUtils with java 17

(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

posted @ 2023-03-15 23:36  捞鱼哥  阅读(108)  评论(0编辑  收藏  举报