newMaster
chenbingxuan 2024-01-21 19:06:07 +08:00
parent e0fa5bc2e9
commit 9b66e3f71a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class DoctorHealthApplication {
public static void main(String[] args) public static void main(String[] args)
{ {
ConfigurableApplicationContext applicationContext = SpringApplication.run(DoctorHealthApplication.class, args); ConfigurableApplicationContext applicationContext = SpringApplication.run(DoctorHealthApplication.class, args);
WebSocketServer.setUserService(applicationContext); // WebSocketServer.setUserService(applicationContext);
System.out.println("(♥◠‿◠)ノ゙ 健康服务启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 健康服务启动成功 ლ(´ڡ`ლ)゙ \n" +
" .-------. ____ __ \n" + " .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" + " | _ _ \\ \\ \\ / / \n" +