|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package org.springblade.websocket; |
|
|
|
|
|
|
|
|
|
import org.springblade.core.launch.BladeApplication; |
|
|
|
|
import org.springblade.core.launch.constant.AppConstant; |
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -12,7 +13,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
public class WebSocketApplication { |
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
BladeApplication.run("blade-websocket", WebSocketApplication.class, args); |
|
|
|
|
BladeApplication.run(AppConstant.APPLICATION_WEBSOCKET_NAME, WebSocketApplication.class, args); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|