首页>代码>基于SpringBoot实现的送水公司后台管理系统的设计与实现>/work/minzu-springboot/minzu-springboot-demo-02/src/main/java/com/minzu/controller/HelloWorldController.java
package com.minzu.controller;

import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;

/**
 * TODO
 * 控制器类,基于Servlet的(在Servlet基础上派生的),简化了Servlet的操作
 * @author caojie
 * @version 1.0
 * @date 2021/10/20 8:41
 */
@RestController
@Slf4j
public class HelloWorldController {

    @GetMapping("/helloWorld")
    public String helloWorld() {
        return "....HelloWorld SpringBoot...";
    }
}
最近下载更多
yiipheartbeat  LV1 2023年12月12日
hbj1285984841  LV4 2023年10月19日
sunlzh888888  LV28 2023年4月26日
youzitao  LV11 2023年4月17日
泓鼎168  LV19 2023年4月3日
865581316LLL  LV6 2023年1月6日
KnowKnowDontKnow  LV8 2023年1月3日
LITIANYU084414  LV11 2022年12月30日
taowufeng2  LV8 2022年12月10日
ming_123_9715  LV23 2022年12月8日
最近浏览更多
akittyboy  LV9 4月16日
IT小牛  LV3 4月11日
zolscy  LV12 4月7日
玖零定制问题修复  LV34 4月4日
SZEPEZS  LV8 3月15日
407129151  LV6 2月18日
森sdfgf  LV8 1月8日
houhanlin33  LV3 2023年12月28日
WBelong  LV7 2023年12月27日
yiipheartbeat  LV1 2023年12月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友