为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的程序会报这个错误呢?

https://img1.sycdn.imooc.com//5bc2fd6e0001f01609270233.jpg

源码:

package com.example.test;

import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RequestMapping;

@RestController
public class HelloController {
    @RuquestMapping (value="/hello", method= RequestMethod.GET)
    public String say()
    {
        return "Hello Spring Boot!";
    }
}


正在回答

1 回答

换成@RequestMapping 你注解的时候要看看有没有引入相应的注解包


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

为什么我的程序会报这个错误呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信