pdsjlx's starred repositories
transmittable-thread-local
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
1024app-android
草榴官方客户端,小草客户端,Android
gs-rest-service
Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring.
jvm-sandbox-repeater
A Java server-side recording and playback solution based on JVM-Sandbox
sentinel-guides
Guides of Sentinel
nacos-examples
Nacos Examples
spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
JavaTutorial
【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!
docker-cheat-sheet
Docker Cheat Sheet
istio-service-mesh-workshop
Using Istio Workshop
goreplay
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
learn-java-asm
:bug: Java ASM
JavaSourceCodeLearning
Java流行框架源码分析:Spring源码、SpringBoot源码、SpringAOP源码、SpringSecurity源码、SpringSecurity OAuth2源码、JDK源码、Netty源码
SpringCloud
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
redis_netty_client
了解redis最好的方法是自己实现客户端
data-structure
基于java语言的数据结构及算法实现,LeetCode算法示例
completablefuture
CompletableFuture in Java 8 - asynchronous processing done right