An open API service indexing awesome lists of open source software.

https://github.com/ashrawan/mpp-lmsfx


https://github.com/ashrawan/mpp-lmsfx

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# MPP-LmsFX

---

__It’s a simple library management system demo using Spring Boot and JavaFX.__

## __Stack:__
- Spring Boot 2.7, MySQL, JavaFX 18.0.1

---

## #. Run using your preferred IDE (Recommended IntelliJ)

### __Steps__:
- Download javafx `SDK` from here: https://gluonhq.com/products/javafx/
- Add "JavaFX lib" to the project classpath e.g `\Users\Downloads\javafx-sdk-18.0.1\lib\`
- Add to VM Option `--module-path \Users\Downloads\javafx-sdk-18.0.1\lib --add-modules=javafx.controls,javafx.fxml `
- MYSQL - Create database __"mppfx"__ and in file `src/main/resources/application.properties` set datasource username and password.
- Then, Run the application