|
|
@@ -31,10 +31,10 @@ public class ClientApplication {
|
|
|
public static void main(String[] args) {
|
|
|
BladeApplication.run(LauncherConstant.APPLICATION_CLIENT_NAME, ClientApplication.class, args);
|
|
|
}
|
|
|
- @Bean
|
|
|
+ /*@Bean
|
|
|
public ServerEndpointExporter serverEndpointExporter() {
|
|
|
return new ServerEndpointExporter();
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
}
|
|
|
|