I am trying to adapt the REST Controller example on the Spring Boot website. Unfortunately I\'ve got the following error when I am trying to access the localhost:8080/
localhost:8080/
It also works if we use as follows:
@SpringBootApplication(scanBasePackages = { ".*" })