spring-guides / tut-spring-boot-kotlin

Building web applications with Spring Boot and Kotlin :: Learn how to easily build and test web applications with Spring, Kotlin, Junit 5 and JPA

Home Page:https://spring.io/guides/tutorials/spring-boot-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitelabel Error Page

Jose-Luis opened this issue · comments

Following the tutorial using the web generator, when try to render HtmlController give this error:
"Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Nov 28 11:52:51 CET 2018
There was an unexpected error (type=Not Found, status=404).
No message available"
the problem seems to be the lack of @ResponseBody annotation on demo method (At least work for me)

I miss understand the tutorial, sorry