摘要:
What is AMQP? (Advanced Message Queuing Protocol) When two applications need to communicate there are a lot of solutions like IPC, if these applicatio 阅读全文
摘要:
去年我曾经写过几篇和 Spring Session 相关的文章,从一个未接触过 Spring Session 的初学者视角介绍了 Spring Session 如何上手,如果你未接触过 Spring Session,推荐先阅读下「从零开始学习Spring Session」系列(https://www 阅读全文
摘要:
上一篇文章介绍了一些Session和Cookie的基础知识,这篇文章开始正式介绍Spring Session是如何对传统的Session进行改造的。官网这么介绍Spring Session: Spring Session provides an API and implementations for 阅读全文