Hi I am working through the Building web applications with Spring Boot and Kotlin tutorial. I have run the application with "gradlew bootRun". It starts and I see a "com.norricorp.demo.DemoApplicationKt : Started DemoApplicationKt" message.
But when I open the browser to localhost:8080, I get a "Whitelabel Error page".
In the logging are info messages but no error message.
INFO 5023 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
INFO 5023 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
INFO 5023 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 55 ms