-
Notifications
You must be signed in to change notification settings - Fork 34
Open
0 / 10 of 1 issue completedLabels
bugSomething isn't workingSomething isn't working
Description
因为业务原因,我们自己封了一个注解,并把@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
Labels
bugSomething isn't workingSomething isn't working