整理:四猿外
以下排序是按照从技术组件到开发框架到代码工具,也有一些实在不好分类的,就放到最后了。
WEB 容器
Tomcat
https://tomcat.apache.org/
Jetty
JBoss
Resin
https://caucho.com/products/resin
数据库
H2
SQLite
MySQL
Oracle
https://www.oracle.com/index.html
SQL Server
https://www.microsoft.com/en-us/sql-server/sql-server-downloads
PostgreSQL
https://www.postgresql.org/
MariaDB
缓存
Redis
Memcached
消息队列
Kafka
RocketMQ
https://rocketmq.apache.org/
Pulsar
https://pulsar.apache.org/
RabbitMQ
负载均衡
LVS
http://www.linuxvirtualserver.org/
NGINX
分布式存储
Ceph
HDFS
https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html
数据库集群
MHA
https:///yoshinorim/mha4mysql-manager
分布式协调
ZooKeeper
https://zookeeper.apache.org/
大数据相关
Storm
Flink
Spark
HBase
Flink
ClickHouse
Doris
日志收集与分析
Filebeat
Logstash
Kibana
搜索
Elasticsearch
系统监控
SkyWalking
https://skywalking.apache.org/
zipkin
分库分表
ShardingSphere
Mycat2
微服务
Spring Cloud
https://spring.io/projects/spring-cloud
RPC 框架
Dubbo
gRPC
网络框架
Netty
MVC 框架
Spring Framework
https://spring.io/projects/spring-framework
Spring Boot
https://spring.io/projects/spring-boot
Spring Boot 基础就不介绍了,推荐看这个免费教程:
数据层框架
MyBatis
https:///mybatis/mybatis-3
MyBatis-Plus
https:///baomidou/mybatis-plus
Hibernate
数据库连接池
HikariCP
https:///brettwooldridge/HikariCP
Druid
Redis 客户端
Jedis
Redisson
https:///redisson/redisson
Redis 系列教程:
https://www.javastack.cn/database/redis/
Rest 接口设计与开发
Swagger
数据参数校验
Hibernate Validator
https://hibernate.org/validator/
安全相关
Shiro
Bouncy Castle
https://www.bouncycastle.org/java.html
jjwt
Reactive 编程
Akka
RxJava
vert.x
单元测试
JUnit
测试辅助
JMockit
Mockito
JMeter
Selenium
日志记录
Log4j2
https://logging.apache.org/log4j/
Logback
SLF4J
代码质量检查
Checkstyle
https:///checkstyle/checkstyle
Spotbugs
https:///spotbugs/spotbugs
代码生成
Lombok
https://projectlombok.org/
领域语言定制
ANTLR
配置文件解析
config
序列化格式
Avro
Thrift
Protobuf
https:///protocolbuffers/protobuf
模板引擎
Freemarker
https://freemarker.apache.org/
Thymeleaf
https://www.thymeleaf.org/
Office 文档处理
POI
PDF 处理
iText
Apache PDFBox
高性能队列
Disruptor
https://lmax-exchange.github.io/disruptor/
HTTP 客户端
Async Http Client
https:///AsyncHttpClient/async-http-client
Feign
Retrofit
https://square.github.io/retrofit/
二维码解析
ZXing
定时任务调度
Quartz
https:///quartz-scheduler/quartz
JSON 解析
Gson
Jackson
https:///FasterXML/jackson
fastjson
分布式事务
Seata
属性映射
MapStruct
https:///mapstruct/mapstruct
本地缓存
Ehcache
Caffeine
https:///ben-manes/caffeine
系统排错与调优
JMH
http://openjdk.java.net/projects/code-tools/jmh/
Arthas
命令行参数解析
JCommander
计算机视觉
JavaCV
工具集合
Guava
Hutool
构建工具
Maven
Gradle
Bazel
本地系统开发
JNA
https:///java-native-access/jna
JVM
Adopt Open JDK
Graal
Open JDK
多版本 Java 支持
jenv
爬虫相关
Nutch
Crawler4j
https:///yasserg/crawler4j
jsoup
webmagic
https:///code4craft/webmagic

















