the http://localhost:8080/api/swagger/ endpoint serves content okay, but the base URI is configured to be http://localhost:8080/, not http://localhost:8080/api/.
This makes things like /ping error-out because it's talking to a page on the blog called /ping, which doesn't exist.
the http://localhost:8080/api/swagger/ endpoint serves content okay, but the base URI is configured to be
http://localhost:8080/
, nothttp://localhost:8080/api/
.This makes things like
/ping
error-out because it's talking to a page on the blog called/ping
, which doesn't exist.