This commit is contained in:
cdf
2024-07-02 17:44:12 +08:00
parent f5881e748b
commit 59f47a0c35
2 changed files with 17 additions and 26 deletions

View File

@@ -87,4 +87,11 @@ public class TestController {
clientHandler.start();
}
@GetMapping("show")
public String show() {
return clientHandler.topicMsg;
}
}