https://github.com/fxbin/myself-wiki
myself wiki
https://github.com/fxbin/myself-wiki
java mapstruct spi springboot swagger
Last synced: 11 months ago
JSON representation
myself wiki
- Host: GitHub
- URL: https://github.com/fxbin/myself-wiki
- Owner: fxbin
- License: apache-2.0
- Created: 2020-07-01T10:44:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T03:25:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T20:17:13.932Z (about 1 year ago)
- Topics: java, mapstruct, spi, springboot, swagger
- Language: Java
- Homepage: https://fxbin.github.io/myself-wiki/#/
- Size: 4.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySelf wiki
myself record doc
## Java基础
### 类加载机制
- [类加载机制](docs/basic/class-loader/类加载机制.md)
### 并发与多线程
- [进程与线程](docs/basic/multi-thread/进程与线程.md)
- [线程通信](docs/basic/multi-thread/线程通信.md)
- [Java线程状态以及转换](docs/basic/multi-thread/Java线程的状态以及转化.md)
### SPI
- [SPI](/docs/basic/spi/SPI.md)
### 线程池
- [线程池](/docs/basic/thread-pool/线程池.md)
## 框架
### spring framework
- [Java Config](docs/framework/spring-framework/Java%20Config.md)
- [Spring IoC 容器](docs/framework/spring-framework/Spring%20IoC%20容器.md)
- [Spring 事件监听机制](docs/framework/spring-framework/Spring%20事件监听机制.md)
### springboot
- [SpringBoot 自动配置原理](http://www.iocoder.cn/Spring-Boot/autoconfigure)
- [SpringBoot 注解](docs/framework/spring-boot/SpringBoot注解.md)
- [SpringBoot 应用启用](docs/framework/spring-boot/SpringBoot应用启动.md)
- [SpringBoot 数据校验](docs/framework/spring-boot/SpringBoot%20数据校验.md)
- [SpringBoot WebSocket](docs/framework/spring-boot/SpringBoot%20WebSocket.md)
- [SpringBoot 声明式调用Feign](docs/framework/spring-boot/SpringBoot%20Feign.md)
- [SpringBoot gRPC](docs/framework/spring-boot/SpringBoot%20gRPC.md)
- [SpringBoot Dubbo](docs/framework/spring-boot/SpringBoot%20Dubbo.md)
### mapstruct
- [MapStruct](/docs/framework/mapstruct/MapStruct.md)
### Swagger
- [Swagger入门](/docs/framework/swagger/Swagger.md)
- [Swagger自动配置示例](/docs/framework/swagger/Swagger.md)
## 分布式
- [分布式锁](/docs/distributed/分布式锁.md)
## 中间件
### Canal
- [Canal初识](/docs/middleware/canal/Canal%20初识.md)
- [Canal Instance](/docs/middleware/canal/Canal%20Instance.md)
### Kafka
## 数据库
### MySQL
- [binlog介绍](/docs/db/mysql/binlog介绍.md)
## 算法与数据结构
### 数据结构
- [数组](/docs/algorithm-data-structure/data-structure/数组.md)
- [链表](/docs/algorithm-data-structure/data-structure/链表.md)
- [哈希表](/docs/algorithm-data-structure/data-structure/哈希表.md)
- [树](/docs/algorithm-data-structure/data-structure/树.md)
- [Trie 树](/docs/algorithm-data-structure/data-structure/Trie%C2%A0树.md)
- [图](docs/algorithm-data-structure/data-structure/图.md)
### 算法
- [定时器算法](/docs/algorithm-data-structure/algorithm/定时器算法.md)
- [LRU算法](/docs/algorithm-data-structure/algorithm/LRU算法.md)
- [一致性哈希算法](/docs/algorithm-data-structure/algorithm/一致性哈希算法.md)