• Stars
    star
    114
  • Rank 306,911 (Top 7 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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