I am following https://www.baeldung.com/spring-rest-openapi-documentation
I am using IntelliJ community edition 2022.3.2 as my IDE.
How to launch the mentioned file http://localhost:8080/swagger-ui.html automatically on startup?
Is there any configuration option, or am I supposed to write some custom code to launch it on startup of the Spring Boot application? For now I have done the latter, but I am concerned that this is not the right approach. In some of my past projects, I have seen this page open up automatically.