소스 검색

修改client启动报错问题

1021934019@qq.com 4 년 전
부모
커밋
ba4416caed
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      blade-service/blade-client/src/main/java/org/springblade/client/ClientApplication.java

+ 2 - 2
blade-service/blade-client/src/main/java/org/springblade/client/ClientApplication.java

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