上一页 1 2 3 4 5 6 7 ··· 56 下一页
摘要: 场景一: Gson和Jackson的转换 阅读全文
posted @ 2022-09-01 19:20 nxf_rabbit75 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Lombok @Data导致的hashCode的问题 - 代码先锋网 https://codeleading.com/article/26803414648/ 阅读全文
posted @ 2022-08-09 14:35 nxf_rabbit75 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 一、ZAB协议 1、什么是ZAB协议 Zookeeper Atomic Broadcast,有效解决了 Zookeeper 集群崩溃恢复,以及主从同步数据的问题。 ZAB 协议定义的4种节点状态: Looking :选举状态。 Following :Follower 节点(从节点)所处的状态。 Le 阅读全文
posted @ 2022-07-10 23:08 nxf_rabbit75 阅读(80) 评论(0) 推荐(0) 编辑
摘要: xxx 阅读全文
posted @ 2022-06-19 12:12 nxf_rabbit75 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 参考链接: 【1】https://blog.csdn.net/u011863024/article/details/113667634 【2】https://blog.csdn.net/u011863024/article/details/113667946 【3】https://www.yuque 阅读全文
posted @ 2022-04-06 23:58 nxf_rabbit75 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 一、SpringBoot监控 SpringBoot自带监控功能 Actuator ,可以帮助实现对程序内部运行情况监控,比如监控状况、 Bean 加载情况、配置属性、日志信息等。 SpringBoot监控 Spring Boot Admin Spring Boot Admin 是一个开源社区项目,用 阅读全文
posted @ 2022-03-06 22:53 nxf_rabbit75 阅读(151) 评论(0) 推荐(1) 编辑
摘要: 1、SpringBoot特点 1.1、依赖管理 父项目做依赖管理 依赖管理 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <versio 阅读全文
posted @ 2022-03-02 08:50 nxf_rabbit75 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 一、SpringBoot整合Junit 点击查看代码 package com.huawei; import com.huawei.hello.SpringbootTestApplication; import com.huawei.hello.service.UserService; import 阅读全文
posted @ 2022-02-27 22:16 nxf_rabbit75 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 系统要求 ● Java 8 & 兼容java14 . ● Maven 3.3+ ● idea 2019.1.2 一、HelloWorld 需求:浏览发送/hello请求,响应 Hello,Spring Boot 2 1.创建maven工程 2.引入依赖 spring-boot-starter-par 阅读全文
posted @ 2022-02-27 15:08 nxf_rabbit75 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 一、Spring能做什么? 1.Spring的能力 2.Spring的生态 https://spring.io/projects/spring-boot 覆盖了: web开发 数据访问 安全控制 分布式 消息服务 移动开发 批处理 ...... 3.Spring5重大升级 (1)响应式编程 (2)内 阅读全文
posted @ 2022-02-27 14:00 nxf_rabbit75 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 56 下一页