in doc: https:/docs.camunda.org/manual/latest/installation/camunda-bpm-run/
it wrote: Access Swagger UI via http://localhost:8080/swaggerui/ to try out the REST API.
I can access the app and rest, but i can’t access swaggerui,
it shows:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Apr 09 15:02:28 CST 2021
There was an unexpected error (type=Not Found, status=404).
Hi @Niall , thanks for creating a great tool.
I’m currently using Camunda Platform 7.15 with Spring Boot Starter. However, whenever access localhost:8080/swaggerui, it shows the error page only.
What wrong did I make?
this topic has been marked as resolved, generally it’s better to create a new topic if you want to continue the discussion
But the answer to your question is that we only provide the swagger ui out of the box for the Camunda Run distro. For spring boot you’ll need to add it yourself.
Luckily @Jean_Robert_Alves has actually spent some time getting this working so you can take a look at what he has been able to build.