Posts

Showing posts from September, 2017

JavaFX 8 Tutorial 64 Spring Boot CRUD with FXML

Image
JavaFX Spring Boot App The application frontend created using JavaFX and backend services are implemented using Spring Boot. The app demonstrate simple CRUD operation and switching between two scenes with Login and User Dashboard view. Getting Started: Clone the project in your workspace using command - git clone  https://github.com/RamAlapure/JavaFXSpringBootApp.git Then import as maven project into eclipse. Check Java 8 configuration if there is any error. Update project as maven if dependencies are not resolved. Create a schema javafx in your mysql database or open configuration file application.properties from resources directory and change schema name to your schema name and also change username and password. If all goes well just run Main.java