Spring Boot: Cannot access REST Controller on localhost (404)

前端 未结 18 1528
天命终不由人
天命终不由人 2020-11-27 12:05

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/

18条回答
  •  臣服心动
    2020-11-27 12:35

    for me, I was adding spring-web instead of the spring-boot-starter-web into my pom.xml

    when i replace it from spring-web to spring-boot-starter-web, all maping is shown in the console log.

提交回复
热议问题