使用websocket编写一个聊天程序,包括上线通知和点对点聊天
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
92 B

server:
port: 8999
spring:
redis:
database: 5
host: 192.168.0.120
port: 6379