评论

收藏

[jQuery] # 《慕慕到家》家政小#程序组件化进阶实战

开发技术 开发技术 发布于:2021-06-28 16:02 | 阅读数:360 | 评论:0

  # 《慕慕到家》家政小#程序组件化进阶实战
  > v: ititit111222333
package com.project.rbac.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
 * @author mark
 * @date 2021/6/10 0010 23:23
 */
@RestController
@RequestMapping("/api")
public class TestController {
  @GetMapping("/test")
  public String test() {
    return "test is ok";
  }
}
  
关注下面的标签,发现更多相似文章