移动端聊天实现

This commit is contained in:
2023-10-08 21:38:22 +08:00
parent 7aa2e17897
commit df59768830
25 changed files with 505 additions and 377 deletions

View File

@@ -0,0 +1,18 @@
2023-10-06 11:20:31 -Shutting down ExecutorService 'applicationTaskExecutor'
2023-10-06 11:59:33 -Starting AppServiceApplication on luojie with PID 10500 (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-10-06 11:59:33 -The following profiles are active: dev
2023-10-06 11:59:34 -Tomcat initialized with port(s): 8989 (http)
2023-10-06 11:59:34 -Initializing ProtocolHandler ["http-nio-8989"]
2023-10-06 11:59:34 -Starting service [Tomcat]
2023-10-06 11:59:34 -Starting Servlet engine: [Apache Tomcat/9.0.37]
2023-10-06 11:59:34 -Initializing Spring embedded WebApplicationContext
2023-10-06 11:59:34 -Root WebApplicationContext: initialization completed in 554 ms
2023-10-06 11:59:35 -Initializing ExecutorService 'applicationTaskExecutor'
2023-10-06 11:59:35 -Starting ProtocolHandler ["http-nio-8989"]
2023-10-06 11:59:35 -Tomcat started on port(s): 8989 (http) with context path ''
2023-10-06 11:59:35 -Started AppServiceApplication in 2.549 seconds (JVM running for 3.426)
2023-10-06 12:00:10 -Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-10-06 12:00:10 -Initializing Servlet 'dispatcherServlet'
2023-10-06 12:00:10 -Completed initialization in 2 ms
2023-10-06 12:00:10 -HikariPool-1 - Starting...
2023-10-06 12:00:11 -HikariPool-1 - Start completed.