weldermarcosxd / JavaFXSpringBootApp

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. Clone the project in your workspace using command - git clone https://github.com/RamAlapure/JavaFXSpringBootApp.git
  2. Then import as maven project into eclipse.
  3. Check Java 8 configuration if there is any error.
  4. Update project as maven if dependencies are not resolved.
  5. 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.
  6. If all goes well just run Main.java

About

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.


Languages

Language:Java 99.5%Language:CSS 0.5%