关于java:110-个主流-Java-组件和框架整理常用的都有建议收藏

4次阅读

共计 4407 个字符,预计需要花费 12 分钟才能阅读完成。

整顿:四猿外

以下排序是依照从 技术组件 开发框架 代码工具,也有一些切实不好分类的,就放到最初了。

WEB 容器

Tomcat

https://tomcat.apache.org/

Jetty

https://www.jetty.com/

JBoss

https://www.jboss.org/

Resin

https://caucho.com/products/r…

数据库

H2

https://h2database.com/

SQLite

https://www.sqlite.org/

MySQL

https://www.mysql.com/

Oracle

https://www.oracle.com/index….

SQL Server

https://www.microsoft.com/en-…

PostgreSQL

https://www.postgresql.org/

MariaDB

MariaDB Foundation

缓存

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…

NGINX

https://www.nginx.com/

分布式存储

Ceph

https://docs.ceph.com/

HDFS

https://hadoop.apache.org/doc…

数据库集群

MHA

https://github.com/yoshinorim…

分布式协调

ZooKeeper

https://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/…

Logstash

https://www.elastic.co/logstash/

Kibana

https://www.elastic.co/kibana

搜寻

Elasticsearch

https://www.elastic.co/

系统监控

SkyWalking

https://skywalking.apache.org/

zipkin

https://zipkin.io/

分库分表

ShardingSphere

https://shardingsphere.apache…

Mycat2

http://mycatone.top/

微服务

Spring Cloud

https://spring.io/projects/sp…

RPC 框架

Dubbo

https://github.com/apache/dubbo

gRPC

https://github.com/grpc/grpc-…

网络框架

Netty

https://netty.io/

MVC 框架

Spring Framework

https://spring.io/projects/sp…

Spring Boot

https://spring.io/projects/sp…

Spring Boot 根底就不介绍了,举荐看这个收费教程:

https://github.com/javastacks/spring-boot-best-practice

数据层框架

MyBatis

https://github.com/mybatis/my…

MyBatis-Plus

https://github.com/baomidou/m…

Hibernate

http://hibernate.org/orm/

数据库连接池

HikariCP

https://github.com/brettwoold…

Druid

https://github.com/alibaba/druid

Redis 客户端

Jedis

https://github.com/xetorthio/…

Redisson

https://github.com/redisson/r…

Redis 系列教程:

https://www.javastack.cn/database/redis/

Rest 接口设计与开发

Swagger

https://swagger.io/

数据参数校验

Hibernate Validator

https://hibernate.org/validator/

平安相干

Shiro

https://shiro.apache.org/

Bouncy Castle

https://www.bouncycastle.org/…

jjwt

https://github.com/jwtk/jjwt

Reactive 编程

Akka

https://akka.io/

RxJava

https://github.com/ReactiveX/…

vert.x

https://vertx.io/

单元测试

JUnit

https://junit.org/junit5/

测试辅助

JMockit

http://jmockit.github.io/

Mockito

https://github.com/mockito/mo…

JMeter

http://jmeter.apache.org/

Selenium

https://www.selenium.dev/

日志记录

Log4j2

https://logging.apache.org/lo…

Logback

http://logback.qos.ch/

SLF4J

http://www.slf4j.org/

代码质量检查

Checkstyle

https://github.com/checkstyle…

Spotbugs

https://github.com/spotbugs/s…

代码生成

Lombok

https://projectlombok.org/

畛域语言定制

ANTLR

https://www.antlr.org/

配置文件解析

config

https://github.com/lightbend/…

序列化格局

Avro

https://avro.apache.org/

Thrift

https://thrift.apache.org/

Protobuf

https://github.com/protocolbu…

模板引擎

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….

HTTP 客户端

Async Http Client

https://github.com/AsyncHttpC…

Feign

https://github.com/OpenFeign/…

Retrofit

https://square.github.io/retr…

二维码解析

ZXing

https://github.com/zxing/zxing

定时任务调度

Quartz

https://github.com/quartz-sch…

JSON 解析

Gson

https://github.com/google/gson

Jackson

https://github.com/FasterXML/…

fastjson

https://github.com/alibaba/fa…

分布式事务

Seata

https://github.com/seata/seata

属性映射

MapStruct

https://github.com/mapstruct/…

本地缓存

Ehcache

http://www.ehcache.org/

Caffeine

https://github.com/ben-manes/…

零碎排错与调优

JMH

http://openjdk.java.net/proje…

Arthas

https://github.com/alibaba/ar…

命令行参数解析

JCommander

http://jcommander.org/

计算机视觉

JavaCV

https://github.com/bytedeco/j…

工具汇合

Guava

https://github.com/google/guava

Hutool

https://hutool.cn/

构建工具

Maven

https://maven.apache.org/

Gradle

https://gradle.org/

Bazel

https://bazel.build/

本地零碎开发

JNA

https://github.com/java-nativ…

JVM

Adopt Open JDK

https://adoptopenjdk.net/

Graal

https://github.com/oracle/graal

Open JDK

https://openjdk.java.net/

多版本 Java 反对

jenv

https://github.com/jenv/jenv

爬虫相干

Nutch

https://nutch.apache.org/

Crawler4j

https://github.com/yasserg/cr…

jsoup

https://jsoup.org/

webmagic

https://github.com/code4craft…

整顿不易,别忘了珍藏,更别忘了点赞、在看、分享

近期热文举荐:

1.1,000+ 道 Java 面试题及答案整顿(2022 最新版)

2. 劲爆!Java 协程要来了。。。

3.Spring Boot 2.x 教程,太全了!

4. 别再写满屏的爆爆爆炸类了,试试装璜器模式,这才是优雅的形式!!

5.《Java 开发手册(嵩山版)》最新公布,速速下载!

感觉不错,别忘了顺手点赞 + 转发哦!

正文完
 0