使用websocket编写一个聊天程序,包括上线通知和点对点聊天
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
202 B

package com.aiprose.im;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ImApplicationTests {
@Test
void contextLoads() {
}
}