365bet手机网址是多少-正规365彩票平台app下载-365bet游戏开户

52 大类常用 Java 组件和框架整理

WEB 容器Tomcat https://tomcat.apache.org/ Jetty https://www.jetty.com/ JBoss https://www.jboss.org/ Resin https://caucho.com/products/resin 画图工具diagrams https://app.diagrams.net

52 大类常用 Java 组件和框架整理

WEB 容器Tomcat

https://tomcat.apache.org/

Jetty

https://www.jetty.com/

JBoss

https://www.jboss.org/

Resin

https://caucho.com/products/resin

画图工具diagrams

https://app.diagrams.net

数据库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/

数据库连接工具navicat

https://www.navicat.com.cn/

mysqlworkbench

https://www.mysql.com/products/workbench/

DBeaver

https://dbeaver.io/

pl/sql Developer

https://www.allroundautomations.com/

缓存Redis

https://redis.io/

Memcached

https://memcached.org/

版本管理svn

https://subversion.apache.org

git

https://git-scm.com

消息队列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

数据库集群MHA

https://github.com/yoshinorim/mha4mysql-manager

分布式协调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/filebeat

Logstash

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

Kibana

https://www.elastic.co/kibana

搜索Elasticsearch

https://www.elastic.co/

Lucene

https://lucene.apache.org/

Solr

https://solr.apache.org/

系统监控SkyWalking

https://skywalking.apache.org/

zipkin

https://zipkin.io/

prometheushttps://prometheus.io/

grafanahttps://grafana.com/

分库分表ShardingSphere

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

lettuce

https://lettuce.io/

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

spring-security

https://spring.io/

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/

apifox

https://apifox.com/

日志记录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

sonarqube

https://www.sonarsource.com/products/sonarqube/

代码生成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/

Velocity

https://velocity.apache.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

工具集合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-native-access/jna

JVMAdopt 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/crawler4j

jsoup

https://jsoup.org/

webmagic

https://github.com/code4craft/webmagic

← 上一篇: 路由器有两个灯闪是怎么事(路由器2个灯亮怎么回事)
下一篇: dnf帕拉丁武器毕业遴选属性怎么选择 →

相关推荐

蟬蛹的營養價值 | 飲食指南
添柏岚男女帽子 22年四季款 Boot Patch Beanie 运动帽 A2P5S001
苹果待机多长时间算正常
梦幻西游命魂之玉系统介绍及各类新道具获取指南,高额属性值得拥有
怎么制定有效的移动宽带营销策略?
揭秘肉苁蓉:用法、用量及禁忌完全指南!
欧路词典|英汉-汉英词典 neigh是什么意思
巫师1游戏时间多久结束
Microsoft Visio:图表绘制与流程图
问汉兰达v6发动机怎么样
年轻人掘金世界杯“隐秘”的生意,一张球星卡卖32万元
【战狼·战狼】