0
点赞
收藏
分享

微信扫一扫

论文笔记:Time-LLM: Time Series Forecasting by Reprogramming Large Language Models

_鱼与渔_ 2024-04-28 阅读 12

比如在浏览器输入http://localhost:8078/hello/helloword访问的是后端的

@RestController
@RequestMapping("/hello")
public class HelloWord {
    @RequestMapping("/helloword")
    public String helloWord(){
        return  "hello word";
    }
}

浏览器将会返回
在这里插入图片描述

举报

相关推荐

0 条评论