原文地址: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. 【leetcode】1019. Next Greater Node In Linked List

    题目如下: We are given a linked list with head as the first node.  Let's number the nodes in the list: n ...

  2. Angular JS - 6 - Angular JS 常用指令

    <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...

  3. 【Linux】crontab定时任务用用法

    cron是unix或者linux下用来定时任务的命令,大致的用法如下: 1.服务的启动和关闭 /sbin/service crond start   //启动服务 /sbin/service cron ...

  4. Android内存tips

    1. Android应用程序的默认最大内存值为16M,如何修改Android应用程序的默认最大内存值? 修改或添加/system/build.prop中的配置项: root@NX551J:/syste ...

  5. delphi 判断MDI窗体的子窗体是否存在

    //***************************************************************************//函 数名: CreateForm //返 ...

  6. Django中的get()和filter()区别

    前言 在django中,我们查询经常用的两个API中,会经常用到get()和filter()两个方法,两者的区别是什么呢? object.get()我们得到的是一个对象,如果在数据库中查不到这个对象或 ...

  7. 因果卷积(causal)与扩展卷积(dilated)

    因果卷积(causal)与扩展卷积(dilated)之An Empirical Evaluation of Generic Convolutional and Recurrent Networks f ...

  8. Caused by: java.lang.ClassNotFoundException: com.mchange.v2.cfg.MConfig

    出错原因:c3p0 为0.9.5.2版本 而使用了 mchange-commons-java 的版本为0.2.3.4,mchange-commons-java 的版本太高了, 将mchange-com ...

  9. 三种数据库截取字段内容&&获取字符长度的函数如下

    if(databaseutil.getValue("database").equalsIgnoreCase("sqlserver")){ list =categ ...

  10. linux 登录失败,修改root密码

      开机按下 esc  重启系统后出现GRUB界面在引导装载程序菜单上,用上下方向键选择你忘记密码的那个系统键入“e” 来进入编辑模式.   接下来你可以看到如下图所示的画面,然后你再用上下键选择最新 ...