56575859606162
SpringApplication.run(SampleWebSocketsApplication.class, args); } @Bean public EchoService echoService() { return new DefaultEchoService("Did you say \"%s\"?"); }