原文地址:http://blog.longjiazuo.com/archives/2625

1.整理出一些使用比较广或者个人觉得比较好的java开源项目和资料供参考。2.如果你觉得好但是我没有列出的开源项目请告诉我,方便我添加到列表里。3.如果你发现信息描述有误请联系我,我会及时修改或删除。4.文章里面的内容会不断进行变更和补充,后续除了会新增开源项目,与其相关的学习资料也会添加到项目链接下。5.希望你有收获。

开源

下面提供一些跟开源相关的文章链接:

1.Apache的开源软件列表

http://www.oschina.net/project/apache

2.Java开源Apache项目

http://www.open-open.com/56.htm

3.阿里巴巴的开源软件列表

http://www.oschina.net/project/alibaba

4.百度的开源软件列表

http://www.oschina.net/project/baidu

5.腾讯的开源软件列表

http://www.oschina.net/project/tencent

6.华为的开源软件列表

http://www.oschina.net/project/huawei

7.Netflix的开源软件列表

http://www.oschina.net/project/netflix

8.大公司都有哪些开源项目

http://www.cnblogs.com/dunitian/p/5581520.html

9.2017年你不能错过的Java类库

http://www.importnew.com/23858.html

10.公司开源导航页

https://www.oschina.net/company

下面提供一些开源项目链接地址:

【spring项目】

1.spring以及子项目:

github地址:https://github.com/spring-projects

【springcloud项目】

1.springcloud系列项目:

github地址:https://github.com/spring-cloud

【apache基金会】

1.apache开源项目列表:

apache地址:http://www.apache.org/index.html#projects-list

2.apache项目github地址:

github地址:https://github.com/apache

【eclipse基金会】

1.轻量级的高性能JVM应用平台Vert.x

apache地址:https://github.com/eclipse/vert.x官方参考文档:http://vertx.io/docs/

【阿里巴巴】

1.开源JSON处理框架fastjson:

github地址:https://github.com/alibaba/fastjson

2.开源数据库连接池druid:

github地址:https://github.com/alibaba/druid

3.开源分布式服务框架dubbo:

github地址:https://github.com/alibaba/dubbo

4.开源分布式开放消息队列RocketMQ:

github地址:https://github.com/alibaba/RocketMQ备注:RocketMQ已经进入apache孵化器,在孵化器的github地址如下:github地址:https://github.com/apache/incubator-rocketmq

5.开源实时流式计算框架jstorm

github地址:https://github.com/alibaba/jstorm

6.开源分布式数据库同步系统otter

github地址:https://github.com/alibaba/otter

7.开源分布式数据库服务中间件cobar

github地址:https://github.com/alibaba/cobar

【唯品会】

1.开源调度框架Saturn:

github地址:https://github.com/vipshop/Saturn

【当当】

1.开源调度框架elastic-job:

github地址:https://github.com/dangdangdotcom/elastic-job

2.开源分库分表中间件Sharding-JDBC:

github地址:https://github.com/dangdangdotcom/sharding-jdbc

3.开源分布式服务框架dubbox:

github地址:https://github.com/dangdangdotcom/dubbox

【百度】

1.分布式系统配置管理disconf

github地址:https://github.com/knightliao/disconf

【腾讯】

1.开源基于微服务的平台Tars

github地址:https://github.com/Tencent/Tars

【携程】

1.开源Redis多数据中心复制管理系统x-pipe

github地址:https://github.com/ctripcorp/x-pipe

2.开源配置管理平台apollo

github地址:https://github.com/ctripcorp/apollo

3.开源数据库访问框架dal

github地址:https://github.com/ctripcorp/dal

【大众点评】

1.开源实时应用监控平台cat

github地址:https://github.com/dianping/cat

【谷歌Google】

1.开源java轻量级IOC框架Guice

github地址:https://github.com/google/guice

2.开源基于java1.6的类库集合的扩展guava

github地址:https://github.com/google/guava

【移动支付公司Square】

1.开源处理网络请求的网络框架OkHttp

github地址:https://github.com/square/okhttp

2.网络请求框架Retrofit

github地址:https://github.com/square/retrofit

【mybatis项目】

1.Sql映射持久层框架mybatis

github地址:https://github.com/mybatis/mybatis-3

【hibernate项目】

1.对象关系映射框架hibernate

github地址:https://github.com/hibernate/hibernate-orm

开源组织或者个人项目

说明:由于一些项目的名字比较类似,为了区分把作者加上,作者署名团队或者主要开发者。

1.springboot中文参考文档

作者:qibaoguanggithub地址:https://github.com/qibaoguang/Spring-Boot-Reference-Guide

2.spring4中文参考文档

作者:WayLaugithub地址:https://github.com/waylau/spring-framework-4-reference

3.开源分布式数据库中间件Mycat-Server

作者:mycat开源团队github地址:https://github.com/MyCATApache/Mycat-Server

4.开源分布式数据库中间件mycat文档mycat-doc

java开源项目的更多相关文章

  1. 网上下载的 java开源项目 如何 打jar包

    目前很多java开源项目(例如qlexpress)只提供了源码,没有提供jar,下面提供maven打jar包的方法. 1.进入qlexpress下载后源代码所在的目录,此目录应包含pom.xml,如下 ...

  2. 用Java开源项目JOONE实现人工智能编程

    http://www.robotsky.com/ZhiN/MoS/2011-08-25/13142461416649.html 用Java开源项目JOONE实现人工智能编程 https://sourc ...

  3. 【我整理的java开源项目】

    摘要: 1. 整理出一些使用比较广或者个人觉得比较好的java开源项目和资料供参考. 2. 如果你觉得好但是我没有列出的开源项目请告诉我,方便我添加到列表里. 3. 如果你发现信息描述有误请联系我,我 ...

  4. 3月份GitHub上最热门的Java开源项目

    今天,我们来盘点3月份GitHub上最热门的Java项目的时候了,如果你每月都有关注猿妹发布的排行榜,那么本月的Java项目对你来说一定不陌生,这些都是曾经多次出现在榜单中的项目: 1 advance ...

  5. 硬核! 逛了4年Github ,一口气把我收藏的 Java 开源项目分享给你!

    Awsome Java Great Java project on Github(Github 上非常棒的 Java 开源项目). English Version 大家都知道 Github 是一个程序 ...

  6. 阿里巴巴的26款Java开源项目

    阿里巴巴的26款Java开源项目 开源展示了人类共同协作,成果分享的魅力.没有任何一家网络公司可以不使用开源技术,仅靠自身技术发展起来.“取之于开源,用之于开源,才能促进开源的良性发展”,阿里巴巴各个 ...

  7. 硬核! Github上 ,star超高的Java 开源项目分享给你!

    Awsome JavaGreat Java project on Github(Github 上非常棒的 Java 开源项目). English Version 大家都知道 Github 是一个程序员 ...

  8. 10个你能参与并学习的Java开源项目

    本文转载于:http://code.csdn.net/news/2822604 有很多备受关注的初创开源项目,下面列出十个项目是我觉得非常有趣的,涉及到的学习范围也很广.其中有些还在早期阶段,这对我们 ...

  9. Java开源项目(备查)

    转自:http://www.blogjava.net/Carter0618/archive/2008/08/11/221222.html Spring Framework  [Java开源 J2EE框 ...

随机推荐

  1. iOS系统日历选择问题

    参考:https://blog.csdn.net/lg_sun/article/details/78913064 -(NSString *)getTimeToken{ NSDateFormatter ...

  2. php mt_rand()函数 语法

    php mt_rand()函数 语法 mt_rand()函数怎么用? php mt_rand()函数表示从参数范围内得到一个随机数,语法是mt_rand(X,Y),从两个参数范围内得到一个随机数,随机 ...

  3. POJ 3481 Double Queue (treap模板)

    Description The new founded Balkan Investment Group Bank (BIG-Bank) opened a new office in Bucharest ...

  4. signer information does not match signer information of other classes in the same package

    报错日志: java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1ObjectIdentifier"'s si ...

  5. PHP之GET和POST小结

    PHP之GET和POST小结 PHP $_GET 变量 $_GET 变量 预定义的 $_GET 变量用于收集来自 method="get" 的表单中的值. 从带有 GET 方法的表 ...

  6. 安装maven之后,cmd提示mvn不是内部命令的解决办法

    1.maven的安装教程 下载地址为:http://maven.apache.org/download.cgi 进入此页面之后 点击下载,然后解压,我把目录名改为maven,目录结构如下图所示 下面我 ...

  7. Powercli随笔 - PowerCLI script to sequentially Storage vMotion VMs from a CSV File

    PowerCLI script to sequentially Storage vMotion VMs from a CSV File This is a PowerCLI script that I ...

  8. django简单实现注册登录模块

    源码下载:https://files.cnblogs.com/files/hardykay/login.zip 新建项目(我使用pycharm开发,也可以使用如下命令建立项目 ) cmd命令行,前提需 ...

  9. Vue2.0---webpack打包知识点-1

    打包上线或者将项目做成产品的肯定不希望暴露自己源码 在config的index.js中将productionGzip设置为false即可.(使之不生成.map文件). 对Vue-cli的webpack ...

  10. Cocos2d-x之事件处理机制

    |   版权声明:本文为博主原创文章,未经博主允许不得转载. 事件处理机制分为单点触屏,多点触屏,加速度事件,键盘事件和鼠标事件.在现在的智能手机中,触屏的应用比较的广泛,尤其是多点触屏事件的技术,使 ...