This commit is contained in:
redkale
2024-08-13 15:39:02 +08:00
parent 44bb9ac086
commit df8fd31e75
7 changed files with 92 additions and 5 deletions

View File

@@ -11,9 +11,9 @@ import org.redkale.convert.json.JsonConvert;
* @author zhangjx
*/
public class TestBean {
private int userid;
private String message;
public TestBean() {}

View File

@@ -32,7 +32,7 @@ public class TestMessageService extends AbstractService {
if (t != null) {
t.printStackTrace();
}
System.out.println("消息发送结果: " + v);
System.out.println("消息发送完成: " + v);
});
}