I cloned source code from https://github.com/sialcasa/mvvmFX and trying to build artifact from module mvvmfx-spring-boot but when I run the jar from output nothing happen so I run it from cmd java -jar xxx.jar and it show Error: Could not find or load main class de.saxsys.mvvmfx.spring.MvvmfxSpringApplication.
I'm using Intellj 2020.3 to build artifact May someone help me fix that