This commit is contained in:
罗祥
2019-08-22 15:17:10 +08:00
parent ef38e0a79f
commit b2fe8abe1f
8 changed files with 102 additions and 87 deletions

View File

@ -25,6 +25,8 @@ XMemcached 是基于 Java NIO 实现的 Memcached 的高性能客户端,支持
- 实体类 Programmer 用于测试 Memcached 的序列化与反序列化。
<div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/spring-memcached.png"/> </div>
**springapplication.xml 文件:**
```xml