cd target
java -jar goswift-1.0-SNAPSHOT.jar
mvn package exec:java
- HTTP or HTTP endpoint (enable in server.yml)
https://localhost:8443/v1/pets
http://localhost:8080/v1/pets
-
Health Check (1.5x) https://localhost:8443/health/com.arjunsk.goswift-1.0-SNAPSHOT
-
OAS3 (1.5x) https://localhost:8443/spec.yaml
-
Swagger UI (1.5x) https://localhost:8443/specui.html
-
Info (1.5x) https://localhost:8443/server/info
- MongoDB connectivity established.
- Ran with proper logging config.
- Implemented all the endpoint.
- Proper Status codes.
- Postman Collection for testing.
- Error handling.
- Dynamic Content Loading using Json Placeholder.
- Java Docs.
- Running in debug mode.
- Upgrade to 1.6x.