客户端消息发送

This commit is contained in:
2023-09-25 19:15:47 +08:00
parent daa9c98598
commit 161631f6a0
22 changed files with 153 additions and 359 deletions

View File

@@ -0,0 +1,17 @@
2023-09-25 10:44:58 -Starting AppServiceApplication on luojie with PID 131188 (E:\workplace\huashi_project\im-system\hs-im-app-server\target\classes started by coolp in E:\workplace\huashi_project\im-system\hs-im-app-server)
2023-09-25 10:44:58 -The following profiles are active: dev
2023-09-25 10:44:58 -Tomcat initialized with port(s): 8989 (http)
2023-09-25 10:44:58 -Initializing ProtocolHandler ["http-nio-8989"]
2023-09-25 10:44:58 -Starting service [Tomcat]
2023-09-25 10:44:58 -Starting Servlet engine: [Apache Tomcat/9.0.37]
2023-09-25 10:44:59 -Initializing Spring embedded WebApplicationContext
2023-09-25 10:44:59 -Root WebApplicationContext: initialization completed in 530 ms
2023-09-25 10:45:01 -Initializing ExecutorService 'applicationTaskExecutor'
2023-09-25 10:45:01 -Starting ProtocolHandler ["http-nio-8989"]
2023-09-25 10:45:01 -Tomcat started on port(s): 8989 (http) with context path ''
2023-09-25 10:45:01 -Started AppServiceApplication in 2.996 seconds (JVM running for 4.172)
2023-09-25 10:48:07 -Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-09-25 10:48:07 -Initializing Servlet 'dispatcherServlet'
2023-09-25 10:48:07 -Completed initialization in 3 ms
2023-09-25 10:48:43 -HikariPool-1 - Starting...
2023-09-25 10:48:43 -HikariPool-1 - Start completed.

View File

@@ -17,7 +17,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* @author: Chackylee
* @author: rowger
* @description:
**/
@Service
@@ -33,7 +33,7 @@ public class LoginServiceImpl implements LoginService {
* @param [req]
* @return com.lld.app.common.ResponseVO
* @description 登录服务需返回im userSign和app的userSign
* @author chackylee
* @author rowger
*/
@Override
public ResponseVO login(LoginReq req) {
@@ -67,7 +67,7 @@ public class LoginServiceImpl implements LoginService {
/**
* @description 注册我们的服务并向im导入用户
* @author chackylee
* @author rowger
* @param [req]
*/
@Override