Skip to content

Commit 6bb7d76

Browse files
committedJul 27, 2017
Add jdk version info
1 parent 6f98588 commit 6bb7d76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# springboot-javafx-support
66
Spring Boot and JavaFx - A perfect match!
77

8+
You will need at least JDK1.8 patch level 40.
9+
810
Find a step-by-step example here: https://www.felixroske.de/page/programmierung/index.html
911

1012
And a bunch of examples here: https://github.com/roskenet/spring-javafx-examples/

‎index.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ This small library links Spring Boot with JavaFx 8. Let all your view and contro
99
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>`_.
1010
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.
1111

12-
0. Add the dependency
12+
0. Prerequisites
1313
---------------------
14+
You will at least need JDK1.8 patch level 40.
15+
1416
You find the latest springboot-javafx-support library at `maven-central
1517
<http://search.maven.org/#artifactdetails|de.roskenet|springboot-javafx-support|1.3.15|jar>`_.
1618

0 commit comments

Comments
 (0)
Please sign in to comment.