web作业5
一、复现上课案例package com.example.spring.controller;
import org.springframework.web.bind.annotation.*;
RestController
public class HelloController {//添加一个简单的HelloControllerRequestMapping("/hello") public String hello(){System.out.p…
2026/6/17 1:47:18