摘要: 文章地址 ServerBootstrap 主要介绍服务端的启动流程以及如何绑定端口号、开启服务端 Socket 并让其进入接收连接状态的 启动模板如下; try { ChannelFuture future = new ServerBootstrap().group(bossGroup, worke 阅读全文
posted @ 2023-11-27 13:32 hligy 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 文章地址 全部的组件实现以 Spring Cloud Tencent 举例说明 actuator 监控 提供了查看组件具体实现的功能,依赖 spring boot actuator。 <dependency> <groupId>org.springframework.boot</groupId> < 阅读全文
posted @ 2023-11-27 12:04 hligy 阅读(123) 评论(0) 推荐(0) 编辑