There's a conflict between the javafx-maven-plugin, jar-with-dependencies and Spring Boot classloader. Currently, spring-boot-maven-plugin runs before javafx-maven-plugin. This results in spring-boot-maven-plugin overwriting the javafx-maven-plugin jar, causing library duplication. The current jar-with-dependencies fails to start under Spring Boot.
There's a conflict between the javafx-maven-plugin, jar-with-dependencies and Spring Boot classloader. Currently, spring-boot-maven-plugin runs before javafx-maven-plugin. This results in spring-boot-maven-plugin overwriting the javafx-maven-plugin jar, causing library duplication. The current jar-with-dependencies fails to start under Spring Boot.