Administrator
2 days ago 39dc91a2cd323c8c211000dfb357cf9cb5907687
src/main/java/cc/mrbird/febs/common/websocket/NettyWebSocketConfig.java
@@ -18,7 +18,7 @@
@Configuration
public class NettyWebSocketConfig {
    @Value("${netty.websocket.port:8090}")
    @Value("${netty.websocket.port:9102}")
    private int port;
    @Bean(name = "bossGroup", destroyMethod = "shutdownGracefully")