Skip to content

Commit e2e382b

Browse files
committed
refactor: 优化 swagger 注释标签
1 parent e0a443e commit e2e382b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/example_svc/src/main/java/com/github/cadecode/uniboot/example/svc/controller/DynamicTpController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@ApiFormat
2020
@Slf4j
2121
@RequiredArgsConstructor
22-
@Api(tags = "dynamic-tp 测试")
22+
@Api(tags = "动态线程池测试")
2323
@RestController
2424
@RequestMapping("demo/tp")
2525
public class DynamicTpController {

example/example_svc/src/main/java/com/github/cadecode/uniboot/example/svc/controller/TtlExecutorController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@ApiFormat
2424
@Slf4j
2525
@RequiredArgsConstructor
26-
@Api(tags = "TransmittableThreadLocal 测试")
26+
@Api(tags = "TTL ThreadLocal 测试")
2727
@RestController
2828
@RequestMapping("demo/ttl")
2929
public class TtlExecutorController {

0 commit comments

Comments
 (0)