Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 535 Bytes

File metadata and controls

7 lines (6 loc) · 535 Bytes

Javafx-Springboot

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.

Getting Started:

  1. Clone the project in your workspace using command - git clone https://github.com/Airuls/Javafx-Springboot.git
  2. open configuration file application.properties from resources directory and change username and password.
  3. Run with "mvn spring-boot:run".