I want to integrate spring(spring boot 2.7.3) with JavaFx application implement on java17 and I got the following issue ;
class com.XXX$$EnhancerBySpringCGLIB$$637d19c4 (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
Any Help ?