|
- Download the latest releases of
df.jaranddf-spring-petclinic.zip - Unzip the
df-spring-petclinic.ziparchive - Start the server from command line:
java -jar df.jar \ --dump PetClinic/dump.txt \ --js PetClinic/context.js \ --dir PetClinic \ --openapi-title 'Spring Pet Clinic API v1.2.7' \ --db PetClinic/db.json \ --openapi-path /api \ --db-path /db
- Use a browser to check whether the server is running:
http://localhost:8080
- Bonus: Self-hosted OpenAPI client
http://localhost:8080/api
- Bonus:
openapi.json
http://localhost:8080/api/openapi.json
- Bonus:
openapi.yaml
http://localhost:8080/api/openapi.yaml
- Bonus: Live data dump
http://localhost:8080/db


