You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ This small library links Spring Boot with JavaFx 8. Let all your view and contro
9
9
You'll find a set of example applications at `github <https://github.com/roskenet/spring-javafx-examples>`_ and check my `homepage <https://www.felixroske.de/page/programmierung/index.html>`_.
10
10
In the example I use concrete classes everywhere. In a real world application you can (and should) of course use interfaces for views and controllers and let Spring do the magic to instantiate the right bean.
11
11
12
-
0. Add the dependency
12
+
0. Prerequisites
13
13
---------------------
14
+
You will at least need JDK1.8 patch level 40.
15
+
14
16
You find the latest springboot-javafx-support library at `maven-central
0 commit comments