@ -5,9 +5,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class FirstController {
//提交
@RequestMapping("hello")
public String hello() {
System.out.println("1111");
return "showFirst";
}