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?
CodePudding user response:
If you are hosting your swagger file using something like 
Check Add before launch task
Then Add a task to run browser, where you can add a html file or an url.



