注意:现在好多镜像源地址不能使用,所以采用docker hub 的地址。
报错信息:Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://w…
在微服务架构中,每个服务实例都是独立运行的,传统的基于单一服务器的session管理机制就不再适用。在SpringBoot微服务架构中实现session共享,主要有以下几种方案:
1. 使用分布式Session管理工具
1.1 Spring Session
Spring Ses…