53545556575859
tomcat.destroy(); } @Override public void enableWebsockets() throws Exception { context.addServletContainerInitializer(new WsSci(), null); }
220221222223224225226227228
@Bean public TomcatContextCustomizer tomcatContextCustomizer() { return new TomcatContextCustomizer() { @Override public void customize(Context context) { context.addServletContainerInitializer(new WsSci(), null); } }; }