Skip to content

controller的路径问题导致没有导航按钮 #34

Description

@xiaomacdut

插件版本:5.7.2
idea版本:2023.3

@RestController
@RequestMapping(value = "/test/")
@AllArgsConstructor
public class TestController {
@GetMapping(value = "user")
public CommonResult test() {
return CommonResultUtil.success(true);
}
}
controller类上面的path最后是斜线,导致没有导航按钮,如果将斜线放到方法上则正常显示导航按钮

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions