Skip to content

Commit 2de61d2

Browse files
authored
Update README.md
1 parent 7c1fbc6 commit 2de61d2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# springboot-javafx-tutorial
22
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

Comments
 (0)