In my Spring Boot application, I have a Swagger page.
I would like that after I launch the application from IntelliJ, it will also automatically run the browser and open the Swagger page.
Can it be done?
If you are hosting your swagger file using something like springdoc, or you have a static html swagger, you can add a before launch task to your project configuration.
Go to the current project configuration:
Check Add before launch task
Then Add a task to run browser, where you can add a html file or an url.