首页>代码>springboot+sqlite3+iceEditor开发网页版记事本>/myMark/src/main/java/com/xf/mymark/api/APIController.java
package com.xf.mymark.api;

import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.web.bind.annotation.*;


@RestController
@RequestMapping("api")
@Tag(name = "通用API接口")
public class APIController {

    @Autowired
    private JdbcTemplate jdbcTemplate;
    @Autowired
    private HttpServletRequest request;
    @Autowired
    private HttpServletResponse response;


    @Operation(summary = "测试接口")
    @PostMapping("/test")
    public String test( ){
        return "测试成功!";
    }

}
最近下载更多
7214978  LV2 1月7日
hanweinan6  LV13 2024年10月9日
Seaskye  LV14 2023年11月4日
笑得很美  LV11 2023年10月12日
DeanYao  LV2 2023年10月11日
1483259138  LV1 2023年9月18日
最代码官方  LV168 2023年9月16日
最近浏览更多
1140717565  LV2 7月18日
潜心小白来到  LV3 6月10日
blanknb 3月18日
暂无贡献等级
段池卿  LV5 1月19日
7214978  LV2 1月7日
yimaoermao  LV1 2024年11月28日
charleswang  LV7 2024年10月21日
hanweinan6  LV13 2024年10月9日
Peny_ZH  LV5 2024年9月20日
develop  LV10 2024年6月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友