Administrator
2025-09-02 3c7c28b5e39c59e2bbaf7641e55f39953ae22c8c
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")