1.21
parent
e0fa5bc2e9
commit
9b66e3f71a
|
@ -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" +
|
||||||
|
|
Loading…
Reference in New Issue