I have generated an app server only through jhipster using only.
yo jhipster --skip-client
It had generated all the necessary api calls I needed however upon accessing
http://localhost:8080/swagger-ui/index.html
I ended on a 404. I was under the impression that swagger is included however it cant seem to be accessed, although the swagger api endpoints is available.