wiverson / maven-jpackage-template

Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
Apache License 2.0
351 stars 53 forks source link

Create Spring Boot / JavaFX Integration Demo #11

Closed wiverson closed 3 years ago

wiverson commented 3 years ago

Per https://www.vojtechruzicka.com/javafx-spring-boot/ it may be interesting to add an example showing integration with Spring Boot. This would also be a more robust PoC, as it would show a much more complex dependency tree.

wiverson commented 3 years ago

This has been built and published at the branch https://github.com/wiverson/maven-jpackage-template/tree/spring-boot-test - while it's an interesting edge case (editorializing) it's probably not a very interesting long-term approach.