distributed-system-cap(约1138字)
文章目录分布式系统 CAP 定理 P 代表什么含义什么是 CAP 定理(CAP theorem)分区容错性(Partition tolerance)几个常用的 CAP 框架对比EurekaZookeeperConsul
【Java】如果我想一个Bean在容器初始化的时候加载热点数据,有哪几个切入点?(约210字)
文章目录使用InitializingBean接口使用@PostConstruct注解使用BeanPostProcessor接口使用ApplicationListener接口