Administrator
2025-08-20 de8b3cf7a9b22be7abcb544a53dcea7f1b340760
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")