gpt4 book ai didi

spring-boot - @PathVariable 根本不起作用

转载 作者:行者123 更新时间:2023-12-05 03:09:26 27 4
gpt4 key购买 nike

在我的 Spring Boot 应用程序中,我添加了一个 API

@RequestMapping(value = "/abc/{input}", method=RequestMethod.GET)
@ResponseBody
public WhitelistStatus getInput(@PathVariable("input") String input);

我部署了这个应用程序并调用了电话 - http://localhost:8080/abc/123

我在我的代码中放置了一个调试点,应该为“123”的路径变量输入始终为空。

我一直在努力解决这个问题。 URL 中没有歧义,因为这是唯一的 API。有人可以告诉我我在这里做错了什么吗?

最佳答案

好吧,我发现了问题。我还必须在实现方法中添加 @PathVariable 注释。我只是先在界面中使用了它,它起作用了!

关于spring-boot - @PathVariable 根本不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42854834/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com