# ProjectStudy **Repository Path**: javacodekit2010/ProjectStudy ## Basic Information - **Project Name**: ProjectStudy - **Description**: 我的学习代码记录 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/dolyw/ProjectStudy - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 25 - **Created**: 2024-03-17 - **Last Updated**: 2024-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ProjectStudy [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/dolyw/ProjectStudy/pulls) [![GitHub stars](https://img.shields.io/github/stars/dolyw/ProjectStudy.svg?style=social&label=Stars)](https://github.com/dolyw/ProjectStudy) [![GitHub forks](https://img.shields.io/github/forks/dolyw/ProjectStudy.svg?style=social&label=Fork)](https://github.com/dolyw/ProjectStudy) > 我的学习代码记录 #### 目录 - [Elasticsearch](#elasticsearch) - [Netty](#netty) - [Dubbo](#dubbo) - [JavaSource](#javasource) - [SpringBoot](#springboot) - [DesignPattern](#designpattern) - [TestWeb](#testweb) #### 其他 - Shiro + JWT鉴权: [ShiroJwt](https://github.com/dolyw/ShiroJwt) - Vue.js学习系列代码: [VueStudy](https://github.com/dolyw/VueStudy) - 一个简单的秒杀架构的演变: [SeckillEvolution](https://github.com/dolyw/SeckillEvolution) - 可视化DIY模板代码生成系统: [ViewGenerator](https://github.com/dolyw/ViewGenerator) ### Elasticsearch > [https://note.dolyw.com/elasticsearch](https://note.dolyw.com/elasticsearch) Elasticsearch以及Docker化学习系列示例代码及教程 * [Elasticsearch](https://github.com/dolyw/ProjectStudy/tree/master/Elasticsearch) * [01-SpringBoot-ES-Local](https://github.com/dolyw/ProjectStudy/tree/master/Elasticsearch/01-SpringBoot-ES-Local) * [02-SpringBoot-ES-Docker](https://github.com/dolyw/ProjectStudy/tree/master/Elasticsearch/02-SpringBoot-ES-Docker) ### Netty > [https://note.dolyw.com/netty](https://note.dolyw.com/netty) Netty学习系列示例代码及教程 * [Netty](https://github.com/dolyw/ProjectStudy/tree/master/Netty) * [00-Netty-SocketIO](https://github.com/dolyw/ProjectStudy/tree/master/Netty/00-Netty-SocketIO) ### Dubbo > [https://note.dolyw.com/dubbo](https://note.dolyw.com/dubbo) Dubbo学习系列示例代码及教程 * [ZooKeeper安装使用](https://note.dolyw.com/dubbo/00-ZooKeeper-Use.html) * [Dubbo简单的使用](https://github.com/dolyw/ProjectStudy/tree/master/Dubbo/01-Dubbo-SpringBoot) ### JavaSource > [https://note.dolyw.com/java/10-Java-Source.html](https://note.dolyw.com/java/10-Java-Source.html) Java源码学习 * [Java源码学习](https://github.com/dolyw/ProjectStudy/tree/master/JavaSource) ### SpringBoot > [https://note.dolyw.com/springboot/](https://note.dolyw.com/springboot/) SpringBoot学习 * [SpringBoot学习](https://github.com/dolyw/ProjectStudy/tree/master/SpringBoot) ### DesignPattern > [https://note.dolyw.com/design/](https://note.dolyw.com/design/) 设计模式学习 * [设计模式学习](https://github.com/dolyw/ProjectStudy/tree/master/DesignPattern) ### TestWeb Test测试 + 常用工具类存放 * [TestWeb](https://github.com/dolyw/ProjectStudy/tree/master/TestWeb) #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request