# spring-boot-fx **Repository Path**: jinmuming/spring-boot-fx ## Basic Information - **Project Name**: spring-boot-fx - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-01 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Spring Boot & JavaFX

JavaFX · Spring Boot · Logback · MongoDB · ControlsFX · FontAwesome

travis licence

## Intro > **spring-boot-fx** is the easiest boilerplate to kick start new applications on Spring Boot, JavaFX, MongoDB and tons of other cool features. Following the MVP (Model-View-Presenter) architecture suggested in [Learn JavaFX 8: Building User Experience and Interfaces with Java 8 by Kishori Sharan](https://www.apress.com/de/book/9781484211434) ## Run me! * Go to the project location. * Run the maven wrapper! `./mvnw clean compile exec:java` * If you liked the project put a ⭐ ## Features * Coloured logging with logback * JavaFX form example * application.yml Jackson enabled properties file * Spring data ready * Bootstrap3 theme * Font-Awesome ready

Screenshots

colours logback charts frm

## JavaFX To Read * Nice and clear Java tutorial: https://www.tutorialspoint.com/java/ * Official Oracle Java Tutorials site: https://docs.oracle.com/javase/tutorial/ * Getting started: https://docs.oracle.com/javase/tutorial/getStarted/index.html * Learning the Java Language: https://docs.oracle.com/javase/tutorial/java/index.html * Essential Java Classes: https://docs.oracle.com/javase/tutorial/essential/index.html * Java Collections: https://docs.oracle.com/javase/tutorial/collections/index.html * JavaFX Documentation Project: https://fxdocs.github.io/docs/index.html * http://code.makery.ch/library/javafx-8-tutorial/ * http://www.tutorialspoint.com/javafx/ * http://docs.oracle.com/javase/8/javase-clienttechnologies.htm * http://www.javafxtutorials.com/ * http://www.java2s.com/Code/Java/JavaFX/CatalogJavaFX.htm * https://o7planning.org/en/11009/javafx * [Java API Documentation](https://docs.oracle.com/javase/8/docs/api/) * [JavaFX API Documentation](https://docs.oracle.com/javase/8/javafx/api/toc.htm) * [JavaFX CSS Reference Guide](https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html) ([CSS colors](https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html#typecolor) + [HTML color picker](https://html-color-codes.info/old/colorpicker.html)) * [JavaFX CSS Tutorial](https://docs.oracle.com/javafx/2/css_tutorial/jfxpub-css_tutorial.htm) * [Font Awesome cheatsheet](https://fontawesome.com/cheatsheet) * [Java Cheat Sheet: Freshers & Experienced](https://www.interviewbit.com/java-cheat-sheet/)