Files
reservationsystem/README.md

29 lines
602 B
Markdown
Raw Normal View History

2025-08-30 11:30:09 -04:00
### setup in vscode with default configuration
###
| software | version |
| -------- | ------- |
| Java | 21 |
2025-08-31 18:59:49 -04:00
| json lib | gson-2.13.1 |
2025-08-30 11:30:09 -04:00
| VSCode | 1.103 |
###
| extension |
| ----------------- |
| Debugger for Java |
| Java Launcher |
| Language Support for Java(TM) by Red Hat |
### Run and Debug Java manually
2025-09-18 21:39:24 -04:00
cd to: libs
java -cp .\libs\gson-2.13.1.jar;.\libs\reservationsystem.jar lodge.TestReservations
2025-08-22 14:32:07 -04:00
2025-09-18 21:39:24 -04:00
### compile - build:
2025-08-22 14:32:07 -04:00
### create jar archive:
2025-09-18 21:39:24 -04:00
gradle clean build jar
2025-08-22 14:32:07 -04:00
2025-09-19 18:25:06 -04:00
### Dot file review for classdiagram
### dot -Tsvg classdiagram.dot -o classdiagram.svg
2025-08-22 14:32:07 -04:00