Skip to content

搜索HTTP地址功能失效 #198

@huangchen-byte

Description

@huangchen-byte

因为业务原因,我们自己封了一个注解,并把@RestController移入此注解,所以目前在Controller类上只包含着两个注解:

@OpenApis
@RequestMapping("test")
public class TestController {

    @PostMapping("test")
    public Response asr(@RequestBody TestDTO dto) {
    }

导致无法搜索定位

版本信息

  • DebugTools版本: [e.g. 4.5.1]

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions