https://github.com/ashrawan/mpp-lmsfx
https://github.com/ashrawan/mpp-lmsfx
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashrawan/mpp-lmsfx
- Owner: ashrawan
- Created: 2022-06-01T23:01:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T04:58:22.000Z (7 months ago)
- Last Synced: 2025-06-10T21:12:33.675Z (4 months ago)
- Language: Java
- Size: 958 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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