We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1fbc6 commit 2de61d2Copy full SHA for 2de61d2
README.md
@@ -1,2 +1,15 @@
1
# springboot-javafx-tutorial
2
Show you how to Integrate Spring Boot with JavaFX - Tutorial
3
+
4
+Specifically shows you how to integrate Spring with JavaFX 8 via Spring Boot.
5
+Describes how to use Spring as the main Java FX Controller Factory and
6
+how to use @Autowired into your Java FX Controllers to get access
7
+to your other Spring Services (@Service) and beans (either via @Component or
8
+JavaConfig @Configuration).
9
10
+The example also showcases how you can take advantage of Spring Test for
11
+you Integration tests.
12
13
+You can follow along via MVP Java's YouTube Video Tutorial
14
+Title: Integrating Spring Boot with JavaFX
15
+video link: https://youtu.be/hjeSOxi3uPg
0 commit comments