I just switched a Spring Boot webapp from an external war deploy in Tomcat to a direct jar deploy with Spring Boot (and its internal Tomcat).
For Tomcat Run/Debug Configurations, Intellij gives you the to open browser after launch and go to http://localhost:8080/.
How can I do something similar with a a Spring Boot RUn/Debug Configuration. It runs the main class and just waits until I go to localhost:8080 from the browser myself.