Demo for JavaFX consuming REST web service in Spring Boot
- Run
database.sql
script. - Update MySQL
user
andpassword
inapplication.yml
depending on your MySQL credentials. - Spring Boot 3.2+ requires Java 21.
- Update
run.sh
for your JDK 21 location and execute./run.sh
; - Or, you can just run:
./mvnw clean package && java -run ./target/sis-service-0.0.1-SNAPSHOT.jar
- Update
- Requires Java 17.
- Update
run.sh
for your JDK 17 location and execute./run.sh
;