Java第三方开源库 - 持续更新

特别推荐

数据库操作框架:https://github.com/mybatis/mybatis-3、https://github.com/hibernate/hibernate-orm

重磅推荐(良心推荐)

https://github.com/Snailclimb/JavaGuide
https://github.com/crossoverJie/JCSprout
https://github.com/yangchong211/YCBlogs

学技术,就去掘金

https://juejin.im/

Java核心知识不容错过

https://github.com/crossoverJie/JCSprout

学线程池看这个

http://geek.csdn.net/news/detail/248996

Spring系列学习教程

Github: https://github.com/brianway/springmvc-mybatis-learning
Github:https://github.com/JeffLi1993/springboot-learning-example
Gituhb:https://github.com/spring-projects/spring-boot
Github:https://github.com/forezp/SpringCloudLearning
Gituhb:https://github.com/tengj/SpringBootDemo

学习搜索引擎

[ElasticSerach]https://www.cnblogs.com/chenpingzhao/p/5991579.html
[SolrCloud]https://www.cnblogs.com/1315925303zxz/p/6372004.html?utm_source=itdadao&utm_medium=referral

项目搭建教程

搭建SpringBoot Mybatis教程

https://github.com/djmpink/springboot-mybatis
http://blog.csdn.net/winter_chen001/article/details/77249029

搭建SpringBoot Hibernate教程

http://blog.csdn.net/zxchaha789/article/details/77247338

搭建SpringBoot Spring Data Jpa教程

http://blog.csdn.net/ABAP_Brave/article/details/52804782

搭建SpringBoot Redis教程

https://www.cnblogs.com/floay/p/6485742.html

搭建SpringBoot JdbcTemplate

http://blog.csdn.net/u013871100/article/details/68925050

搭建Springboot Dubbo

http://blog.csdn.net/wohaqiyi/article/details/72967805
https://yq.aliyun.com/articles/132274

1.分布式任务调度平台

Github:https://github.com/xuxueli/xxl-job

2.推送服务器

Github:https://github.com/mpusher/mpush
Github:https://github.com/xuxueli/xxl-push

3.分布式搜索引擎

Github:https://github.com/elastic/elasticsearch
Gituhb:https://github.com/mobz/elasticsearch-head

4.应用程序协调服务

Github:https://github.com/apache/zookeeper

5.DUBBO远程调用服务

Github:https://github.com/alibaba/dubbo

由阿里巴巴开放的高性能,基于java的RPC框架。与许多RPC系统一样,dubbo基于定义服务的思想,指定可以使用其参数和返回类型远程调用的方法。在服务器端,服务器实现该接口并运行dubbo服务器来处理客户端调用。在客户端,客户端有一个stub,提供与服务器相同的方法。

6.SharedingJDBC数据库操作

Github:https://github.com/shardingjdbc/sharding-jdbc
Github:https://github.com/shardingjdbc/sharding-jdbc-example

7.分词、关键词提取

自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换
Github:https://github.com/hankcs/HanLP
Github:https://github.com/chdd/weibo/tree/master/stopwords(停用词列表)

8.监控(点评)

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

9.XXL-Conf

Github:https://github.com/xuxueli/xxl-conf

XXL-CONF 是一个分布式配置管理平台,其核心设计目标是“为分布式业务提供统一的配置管理服务”。

10.disconf

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

10.Springboot Jpa thymeleaf

http://www.jianshu.com/p/61ea86d88c98

11.社区

Github:https://github.com/tomoya92/pybbs

12.MD编辑器

Github:https://github.com/benweet/stackedit

13.

基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案.

Gitee:https://gitee.com/shuzheng/zheng

14.高性能通讯框架

Github:https://github.com/ldcsaa/HP-Socket

15.视频通话解决方案

Github:https://github.com/webrtc/apprtc
Github:https://github.com/pchab/ProjectRTC

16.跟我学Shiro

http://jinnianshilongnian.iteye.com/blog/2049092

17.Springboot接入redis

https://www.cnblogs.com/gdpuzxs/p/7222309.html

18.搞定第三方支付

https://github.com/Javen205/IJPay
https://github.com/jmdhappy/xxpay-master

19.excel导入导出框架

https://github.com/alibaba/easyexcel

20.MySQL分布式解决方案

https://shardingsphere.apache.org
https://github.com/alibaba/cobar
http://www.mycat.io/

21.基于Netty的轻量级RPC框架

Github:https://github.com/luxiaoxun/NettyRpc

22.分词

Github:https://github.com/NLPchina/ansj_seg
Github:https://github.com/hankcs/HanLP

23.推荐算法框架

Apache:http://mahout.apache.org/
Github:https://github.com/guoguibing/librec
Github:https://github.com/lenskit/lenskit

你可能感兴趣的:(Java第三方开源库 - 持续更新)