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 Main Dashboard view. And with Mysql database.
- Clone the project in your workspace using command - git clone https://github.com/Airuls/Javafx-Springboot.git
- open configuration file application.properties from resources directory and change username and password.
- Run with "mvn spring-boot:run".