> For the complete documentation index, see [llms.txt](https://larscheng.gitbook.io/mybook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://larscheng.gitbook.io/mybook/master.md).

# 说明

## Nacos模块说明

该仓库中的Nacos模块是Nacos系列博客的配套源码

该源码对应的各个依赖版本如下：

| 模块                 | 版本               | 备注                                |
| ------------------ | ---------------- | --------------------------------- |
| Jdk                | 1.8              |                                   |
| SpringBoot         | 2.0.4.RELEASE    |                                   |
| SpringCloud        | Finchley.RELEASE |                                   |
| SpringCloudAlibaba | 0.2.2.RELEASE    | `org.springframework.cloud` 孵化期版本 |
| Nacos-client       | 1.0.0            | `早期版本`                            |
| Nacos-server       | 1.0.1            | `单机部署`                            |

> 可以看到配套源码中使用的相关依赖版本在 `Spring-Cloud-Alibaba` 毕业后已经不推荐使用!!! 如果你需要了解`较新版本`的配套源码 请移步新仓库：[nacos-learning-samples](https://github.com/larscheng/nacos-learning-samples)

## 日常学习笔记

这里记录了日常学习的一些笔记，因为种类繁杂所以装订成书.....

博客地址：<https://www.larscheng.com/>

gitbook地址(`停止维护`)：<https://larscheng.gitbook.io/mybook/>

各模块内容说明：

* BaseDemo
  * [SpringBoot集成mybatis、mongo、docker、rabbitmq....的基础脚手架](https://github.com/larscheng/larscheng-learning-demo/tree/68aab0ed0fb6ebff43e8cf266bda5d897adc4f2e/BaseDemo/README.md)
* Design-Patterns
  * [23种设计模式](/mybook/design-patterns.md)
* java8-juc-samples
  * juc复习笔记
* javaweb-learning-samples
  * 重拾java-web代码[笔记](https://github.com/larscheng/larscheng-learning-demo/tree/68aab0ed0fb6ebff43e8cf266bda5d897adc4f2e/javaweb-learning-samples/README.md)
* Memcache
  * 了解Memcache
* Nacos
  * Nacos系列博客[源码](/mybook/nacos.md)
* NearbySearch
  * 附近的人搜索解决方案[源码](https://github.com/larscheng/larscheng-learning-demo/tree/68aab0ed0fb6ebff43e8cf266bda5d897adc4f2e/NearbySearch/README.md)
* RabbitMQ
  * rabbitmq学习笔记
* Sortings
  * 8大排序示例
