52类110个主流Java组件和框架
* 博客文章部分截图及内容来自于学习的书本及相应培训课程以及网络其他博客,仅做学习讨论之用,不做商业用途。
* 如有侵权,马上联系我,我立马删除对应链接。
* @author Alan
* @Email no008@foxmail.com
正文
52类110个主流Java组件和框架
平时除了开源大量项目外,还推出VIP,获取更优质的项目,进入VIP群,与优秀的人在一起,自己也会优秀起来。欢迎加入VIP学习(点我查看)。
52 类 110 个常用的组件和框架!以下排序是按照从技术组件到开发框架到代码工具,也有一些实在不好分类的,就放到最后了。WEB 容器
Tomcat
https://tomcat.apache.org/
Jetty
https://www.jetty.com/
JBoss
https://www.jboss.org/
Resin
https://caucho.com/products/resin
数据库
H2
https://h2database.com/
SQLite
https://www.sqlite.org/
MySQL
https://www.mysql.com/
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
https://mariadb.org/
缓存
Redis
https://redis.io/
Memcached
https://memcached.org/
消息队列
Kafka
https://kafka.apache.org/
RocketMQ
https://rocketmq.apache.org/
Pulsar
https://pulsar.apache.org/
RabbitMQ
https://www.rabbitmq.com/
负载均衡
LVS
http://www.linuxvirtualserver.org/
NGINX
https://www.nginx.com/
分布式存储
Ceph
https://docs.ceph.com/
HDFS
https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html
数据库集群
MHAhttps://github.com/yoshinorim/mha4mysql-manager
分布式协调
ZooKeeperhttps://zookeeper.apache.org/
大数据相关
Storm
https://storm.apache.org/
Flink
https://flink.apache.org/
Spark
https://spark.apache.org/
HBase
https://hbase.apache.org/
Flink
https://flink.apache.org/
ClickHouse
https://clickhouse.com/
Doris
https://doris.apache.org/
日志收集与分析
Filebeat
https://www.elastic.co/beats/filebeat
Logstash
https://www.elastic.co/logstash/
Kibana
https://www.elastic.co/kibana
搜索
Elasticsearch
https://www.elastic.co/
系统监控
SkyWalkinghttps://skywalking.apache.org/
zipkinhttps://zipkin.io/
分库分表
ShardingSpherehttps://shardingsphere.apache.org/
Mycat2
http://mycatone.top/
微服务
Spring Cloud
https://spring.io/projects/spring-cloud
RPC 框架
Dubbo
https://github.com/apache/dubbo
gRPC
https://github.com/grpc/grpc-java
网络框架
Netty
https://netty.io/
MVC 框架
Spring Framework
https://spring.io/projects/spring-framework
Spring Boot
https://spring.io/projects/spring-boot
数据层框架
MyBatis
https://github.com/mybatis/mybatis-3
MyBatis-Plus
https://github.com/baomidou/mybatis-plus
Hibernate
http://hibernate.org/orm/
数据库连接池
HikariCP
https://github.com/brettwooldridge/HikariCP
Druid
https://github.com/alibaba/druid
Redis 客户端
Jedis
https://github.com/xetorthio/jedis
Redisson
https://github.com/redisson/redisson
Rest 接口设计与开发
Swagger
https://swagger.io/
数据参数校验
Hibernate Validator
https://hibernate.org/validator/
安全相关
Shiro
https://shiro.apache.org/
Bouncy Castle
https://www.bouncycastle.org/java.html
jjwt
https://github.com/jwtk/jjwt
Reactive 编程
Akka
https://akka.io/
RxJava
https://github.com/ReactiveX/RxJava
vert.x
https://vertx.io/
单元测试
JUnit
https://junit.org/junit5/
测试辅助
JMockit
http://jmockit.github.io/
Mockito
https://github.com/mockito/mockito
JMeter
http://jmeter.apache.org/
Selenium
https://www.selenium.dev/
日志记录
Log4j2
https://logging.apache.org/log4j/
Logback
http://logback.qos.ch/
SLF4J
http://www.slf4j.org/
代码质量检查
Checkstyle
https://github.com/checkstyle/checkstyle
Spotbugs
https://github.com/spotbugs/spotbugs
代码生成
Lombok
https://projectlombok.org/
领域语言定制
ANTLR
https://www.antlr.org/
配置文件解析
config
https://github.com/lightbend/config
序列化格式
Avro
https://avro.apache.org/
Thrift
https://thrift.apache.org/
Protobuf
https://github.com/protocolbuffers/protobuf
模板引擎
Freemarker
https://freemarker.apache.org/
Thymeleaf
https://www.thymeleaf.org/
Office 文档处理
POI
https://poi.apache.org/
PDF 处理
iText
https://itextpdf.com/en
Apache PDFBox
https://pdfbox.apache.org/
高性能队列
Disruptor
https://lmax-exchange.github.io/disruptor/
HTTP 客户端
Async Http Client
https://github.com/AsyncHttpClient/async-http-client
Feign
https://github.com/OpenFeign/feign
Retrofit
https://square.github.io/retrofit/
二维码解析
ZXing
https://github.com/zxing/zxing
定时任务调度
Quartz
https://github.com/quartz-scheduler/quartz
JSON 解析
Gson
https://github.com/google/gson
Jackson
https://github.com/FasterXML/jackson
fastjson
https://github.com/alibaba/fastjson
分布式事务
Seata
https://github.com/seata/seata
属性映射
MapStruct
https://github.com/mapstruct/mapstruct
本地缓存
Ehcache
http://www.ehcache.org/
Caffeine
https://github.com/ben-manes/caffeine
系统排错与调优
JMH
http://openjdk.java.net/projects/code-tools/jmh/
Arthas
https://github.com/alibaba/arthas
命令行参数解析
JCommander
http://jcommander.org/
计算机视觉
JavaCV
https://github.com/bytedeco/javacv
工具集合
Guavahttps://github.com/google/guava
Hutool
https://hutool.cn/
构建工具
Maven
https://maven.apache.org/
Gradle
https://gradle.org/
Bazelhttps://bazel.build/
本地系统开发
JNAhttps://github.com/java-native-access/jna
JVM
Adopt Open JDK
https://adoptopenjdk.net/
Graal
https://github.com/oracle/graal
Open JDK
https://openjdk.java.net/
多版本 Java 支持
jenvhttps://github.com/jenv/jenv
爬虫相关
Nutch
https://nutch.apache.org/
Crawler4j
https://github.com/yasserg/crawler4j
jsoup
https://jsoup.org/
webmagic
https://github.com/code4craft/webmagic
学问:纸上得来终觉浅,绝知此事要躬行
为事:工欲善其事,必先利其器。
态度:道阻且长,行则将至;行而不辍,未来可期
.....................................................................
------- 桃之夭夭,灼灼其华。之子于归,宜其室家。 ---------------
------- 桃之夭夭,有蕡其实。之子于归,宜其家室。 ---------------
------- 桃之夭夭,其叶蓁蓁。之子于归,宜其家人。 ---------------
=====================================================================
* 博客文章部分截图及内容来自于学习的书本及相应培训课程以及网络其他博客,仅做学习讨论之用,不做商业用途。
* 如有侵权,马上联系我,我立马删除对应链接。 * @author Alan -liu * @Email no008@foxmail.com
转载请标注出处! ✧*꧁一品堂.技术学习笔记꧂*✧. ---> https://www.cnblogs.com/ios9/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
2018-04-10 windows+mysql集群搭建-三分钟搞定集群