I have followed the first two steps of this Baeldung guide
But when i want to acces the docs on: http://localhost:8080/v3/api-docs/
I get a "Whitelabel Error Page"
I have added the following in my pom.xml:
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.11</version>
</dependency>
Is there anything needed in addition of what the guide says?