Java后端常用的开源项目推荐

本文整合了网上一些开源的项目。希望在日常开发中可以借鉴。


  • 代码生成工具
  1. mybatisplus在线生成工具:https://gitee.com/cooper.com.cn/mybatisplus-generator-web
  • 缓存相关:
  1. spring cache:http://spring.io/guides/gs/caching/

  2. jetcache :https://github.com/alibaba/jetcache

  • redis相关 :
  1. redisson :https://github.com/redisson/redisson

  2. jedis :https://github.com/xetorthio/jedis

  3. redisDesktop :https://github.com/uglide/RedisDesktopManager

  4. cachecloud :https://github.com/sohutv/cachecloud

  • 监控相关
  1. zookeeper 监控: https://github.com/jackcooper2015/zk-admin

  2. rocketmq监控:https://github.com/jackcooper2015/rocketmq-console-ng

  3. rocketmq监控: https://github.com/jackcooper2015/rocketmq-console

  4. redis 监控: https://github.com/mauersu/redis-admin

  • 文档管理相关:
  1. RAP2: https://github.com/thx/rap2-delos

  2. RAP: https://github.com/thx/RAP

  3. easy-mock :https://github.com/easy-mock/easy-mock

  4. ApiManager :https://github.com/EhsanTang/ApiManager

  5. showdoc :https://github.com/star7th/showdoc

  • 配置中心 :
  1. apollo :https://github.com/ctripcorp/apollo

  2. disconf :https://github.com/knightliao/disconf

  3. spring cloud config

  • 注册中心服务:
  1. zookpeer :http://zookeeper.apache.org/

  2. eureka :https://github.com/Netflix/eureka

  3. consul :https://github.com/hashicorp/consul

  4. etcd :https://github.com/coreos/etcd

  • rpc :
  1. dubbo :https://github.com/apache/incubator-dubbo

  2. motan :https://github.com/weibocom/motan

  3. sofa-rpc :https://github.com/alipay/sofa-rpc

  4. mqrpc :https://gitee.com/kailing/springboot-mqrpc

  • 微服务 :
  1. spring cloud :http://projects.spring.io/spring-cloud/

  2. ServiceComb :http://servicecomb.incubator.apache.org/cn/

  • api网关 :
  1. zuul :https://github.com/Netflix/zuul

  2. kong :https://github.com/Kong/kong

  3. orange :https://github.com/sumory/orange

  • 分布式事务 :
  1. lcn : https://github.com/codingapi/tx-lcn/

  2. tcc-transaction :https://github.com/changmingxie/tcc-transaction

  3. coolmq :https://github.com/vvsuperman/coolmq

  4. Raincat :https://github.com/yu199195/Raincat

  • 分布式锁 :
  1. klock :https://gitee.com/kekingcn/spring-boot-klock-starter

  2. lock-spring :https://github.com/zouyingchun/lock-spring

  • 分布式任务调度 :
  1. xxl-job : https://github.com/xuxueli/xxl-job

  2. Elastic-job : https://github.com/elasticjob/elastic-job-lite

  • 批处理 :
  1. spring batch :https://spring.io/projects/spring-batch

  2. partitionjob :https://gitee.com/kailing/partitionjob

  • NewSql :
  1. tidb :https://github.com/pingcap/tidb

  2. oceanbase :https://github.com/alibaba/oceanbase

  • 数据库中间件:
  1. cetus :https://github.com/Lede-Inc/cetus

  2. DBProxy :https://github.com/Meituan-Dianping/DBProxy

  3. mycat :https://github.com/MyCATApache/Mycat-Server

  4. sharding-jdbc :https://github.com/shardingjdbc/sharding-jdbc

  5. dble :https://github.com/actiontech/dble

  6. proxysql :https://github.com/sysown/proxysql

  • 数据库连接池:
  1. druid :https://github.com/alibaba/druid

  2. tomcatjdbc :http://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html

  3. HikariCP :https://github.com/brettwooldridge/HikariCP

  • 数据访问 :
  1. jpa : https://github.com/spring-projects/spring-data-jpa

  2. querydsl :https://github.com/querydsl/querydsl

  3. jooq :https://github.com/jOOQ/jOOQ

  4. mango :https://github.com/jfaster/mango

  5. minidao :https://gitee.com/jeecg/minidao

  • binlog增量日志消费:
  1. keking-binlog :https://gitee.com/kekingcn/keking-binlog-distributor

  2. mysql-binlog-connector-java :https://github.com/shyiko/mysql-binlog-connector-java

  3. canal :https://github.com/alibaba/canal

  4. puma :https://github.com/dianping/puma

  5. open-replicator :https://github.com/whitesock/open-replicator

  • 索引引擎:
  1. elasticsearch :https://github.com/elastic/elasticsearch

  2. solr :http://lucene.apache.org/solr/guide/7_3/

  3. lucene :http://lucene.apache.org/

  • 消息中间件:
  1. RabbitMQ :http://www.rabbitmq.com/getstarted.html

  2. ActiveMQ :https://github.com/apache/activemq

  3. kafka :https://github.com/apache/kafka

  4. rocketmq :https://github.com/apache/rocketmq

  5. zbus :http://zbus.io/

  • DevOps:
  1. jenkins :https://jenkins.io

  2. hudson :http://www.eclipse.org/hudson

  3. rundeck :https://github.com/rundeck/rundeck

  4. Hygieia :https://github.com/capitalone/Hygieia

  • 应用安全:
  1. openrasp :https://github.com/baidu/openrasp
  • apm :
  1. skywalking :https://github.com/apache/incubator-skywalking

  2. pinpoint :https://github.com/naver/pinpoint

  3. zipkin :https://github.com/openzipkin/zipkin

  4. cat :https://github.com/dianping/cat

  • 快速开发,微核心:
  1. spring boot :http://projects.spring.io/spring-boot/

  2. jfinal :https://gitee.com/jfinal/jfinal

  3. nutz :https://github.com/nutzam/nutz

  • 日志采集:
  1. logpipe :https://github.com/calvinwilliams/logpipe

  2. logstash :https://github.com/elastic/logstash

  • 爬虫相关:
  1. webmagic :https://gitee.com/flashsword20/webmagic

  2. WebCollector :https://github.com/CrawlScript/WebCollector

  3. jsoup :https://github.com/jhy/jsoup


摘自 :https://www.jianshu.com/p/b025b03b3783

你可能感兴趣的:(Java后端常用的开源项目推荐)