You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Tried to get the spring-boot app running, I'm just looking for something to quickly demo something else.
mvn spring-boot:run
it fires up and starts listening on port 8080
curl localhost:8080
... 404
curl -H 'content-type:application/json' localhost:8080/swagger.json
... 404
curl localhost:8080/pets/1
... 404
The text was updated successfully, but these errors were encountered: