Boot starter to easily Bridge JavaFx and Spring Boot.
It means JavaFx CDI will use the Spring one.
Inspired from: https://github.com/yoep/spring-boot-starter-javafx
- Add dependency to latest version available into maven central
<dependency>
<groupId>org.icroco</groupId>
<artifactId>spring-boot-javafx-starter</artifactId>
<version>x.y.z</version>
</dependency>- Simple and do not re-write features available into spring boot or FXML
- Java FX view class generated at compile time through an annotation processor.
- Include a ViewManager that can be injected everywhere.
- FXML fx:include does not work properly.
- Add Unit Test.
- I18N per view / controller.
- User preference abstraction.
- Make java module