first
This commit is contained in:
@@ -87,4 +87,11 @@ public class TestController {
|
||||
clientHandler.start();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@GetMapping("show")
|
||||
public String show() {
|
||||
return clientHandler.topicMsg;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user