Skip to content

Latest commit

 

History

History
108 lines (105 loc) · 24.1 KB

File metadata and controls

108 lines (105 loc) · 24.1 KB

Top 100 Stars in Java

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 CS-Notes 122606 39766 Java 71 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++ 2021-02-23T08:52:09Z
2 JavaGuide 98772 34060 Java 38 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! 2021-03-06T12:40:24Z
3 LeetCodeAnimation 62994 12026 Java 8 Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路) 2020-09-30T01:43:30Z
4 spring-boot 53846 33014 Java 511 Spring Boot 2021-03-06T13:15:34Z
5 advanced-java 52543 14560 Java 1 😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识 2021-02-20T12:15:22Z
6 mall 46968 20173 Java 15 mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 2021-03-06T11:59:36Z
7 RxJava 44305 7375 Java 10 RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. 2021-03-06T08:25:38Z
8 spring-framework 41719 28994 Java 1196 Spring Framework 2021-03-06T15:18:24Z
9 guava 40518 9044 Java 733 Google core libraries for Java 2021-03-06T10:00:53Z
10 okhttp 39537 8427 Java 101 Square’s meticulous HTTP client for the JVM, Android, and GraalVM. 2021-03-06T16:54:03Z
11 retrofit 37666 6800 Java 134 A type-safe HTTP client for Android and the JVM 2021-02-24T13:08:49Z
12 dubbo 34779 23186 Java 957 Apache Dubbo is a high-performance, java based, open source RPC framework. 2021-03-06T13:53:22Z
13 lottie-android 30768 4923 Java 35 Render After Effects animations natively on Android and iOS, Web, and React Native 2021-02-25T18:59:32Z
14 GitHub-Chinese-Top-Charts 30515 4420 Java 91 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注! 2021-03-01T14:25:20Z
15 AndroidUtilCode 28959 9614 Java 41 🔥 Android developers should collect the following utils(updating). 2021-02-21T18:59:34Z
16 zxing 27298 8953 Java 8 ZXing ("Zebra Crossing") barcode scanning library for Java, Android 2021-01-19T19:41:00Z
17 netty 26132 12749 Java 453 Netty project - an event-driven asynchronous network application framework 2021-03-06T10:28:39Z
18 butterknife 25634 4744 Java 115 Bind Android views and callbacks to fields and methods. 2021-01-07T07:11:24Z
19 proxyee-down 25521 4659 Java 211 http下载工具,基于http代理,支持多连接分块下载 2020-08-11T09:34:25Z
20 jadx 25322 3092 Java 157 Dex to Java decompiler 2021-03-07T00:43:05Z
21 tutorials 25040 40125 Java 41 Just Announced - "Learn Spring Security OAuth": 2021-03-06T09:00:58Z
22 spring-boot-examples 24968 11089 Java 6 about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 2020-12-15T13:16:16Z
23 apollo 24000 8803 Java 214 Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 2021-03-06T05:36:42Z
24 EventBus 23217 4574 Java 139 Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. 2020-03-04T03:28:27Z
25 SmartRefreshLayout 22262 4581 Java 142 🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。 2021-01-06T14:31:20Z
26 BaseRecyclerViewAdapterHelper 21578 4589 Java 327 BRVAH:Powerful and flexible RecyclerAdapter 2021-02-13T02:56:13Z
27 Hystrix 21192 4321 Java 383 Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable. 2021-03-03T12:36:06Z
28 spring-boot-demo 20777 7208 Java 76 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、xxl-job(分布式定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、SpringSession(Session共享)、Zookeeper(结合AOP实现分布式锁)、RabbitMQ(消息队列)、Kafka(消息队列)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(中国式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、Async(异步任务)、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)、JPA多数据源、Mybatis多数据源、代码生成器、GrayLog(日志收集)、JustAuth(第三方登录)、LDAP(增删改查)、动态添加/切换数据源、单机限流(AOP + Guava RateLimiter)、分布式限流(AOP + Redis + Lua)、ElasticSearch 7.x(使用官方 Rest High Level Client)、HTTPS、Flyway(数据库初始化)、UReport2(中国式复杂报表)。 2021-02-27T07:31:32Z
29 vhr 20468 8595 Java 162 微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。 2021-01-09T03:44:43Z
30 jeecg-boot 20372 7872 Java 45 基于代码生成器的低代码平台,超越传统商业平台!前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新低代码开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。 2021-03-05T09:14:44Z
31 selenium 20018 6187 Java 248 A browser automation framework and ecosystem. 2021-03-06T20:03:37Z
32 Signal-Android 19993 4724 Java 1358 A private messenger for Android. 2021-03-07T00:08:20Z
33 RxAndroid 19339 2995 Java 1 RxJava bindings for Android 2021-02-04T19:46:59Z
34 gson 19264 3719 Java 641 A Java serialization/deserialization library to convert Java Objects into JSON and back 2021-02-17T22:48:33Z
35 dbeaver 19246 1768 Java 1366 Free universal database tool and SQL client 2021-03-06T15:41:29Z
36 libgdx 18106 6116 Java 197 Desktop/Android/HTML5/iOS Java game development framework 2021-03-03T20:35:08Z
37 hutool 18097 5414 Java 0 A set of tools that keep Java sweet. 2021-03-07T02:41:27Z
38 canal 18012 5581 Java 615 阿里巴巴 MySQL binlog 增量订阅&消费组件 2021-03-05T03:29:46Z
39 picasso 17882 4001 Java 211 A powerful image downloading and caching library for Android 2021-01-31T11:42:15Z
40 spring-cloud-alibaba 17813 5408 Java 306 Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware. 2021-03-04T08:51:08Z
41 PhotoView 17547 3809 Java 167 Implementation of ImageView for Android that supports zooming, by various touch gestures. 2021-03-01T07:23:44Z
42 xxl-job 17519 7514 Java 495 A distributed task scheduling framework.(分布式任务调度平台XXL-JOB) 2021-03-01T02:13:22Z
43 ExoPlayer 17358 5113 Java 489 An extensible media player for Android 2021-03-05T20:27:20Z
44 DoraemonKit 16873 2414 Java 77 A full-featured App (iOS 、Android、miniapp、Flutter) development assistant. You deserve it. 简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android、微信小程序、Flutter )研发助手,你值得拥有。https://www.dokit.cn/ 2021-03-04T08:41:23Z
45 Android-Universal-Image-Loader 16797 6282 Java 438 Powerful and flexible library for loading, caching and displaying images on Android. 2020-04-06T21:07:32Z
46 nacos 16572 6360 Java 292 an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications. 2021-03-06T17:30:33Z
47 fresco 16505 3742 Java 133 An Android library for managing images and the memory they use. 2021-03-04T19:49:41Z
48 bazel 16304 2890 Java 2025 a fast, scalable, multi-language and extensible build system 2021-03-06T23:04:23Z
49 zheng 15871 7430 Java 61 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。 2021-01-20T22:44:04Z
50 redisson 15844 3871 Java 213 Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ... 2021-03-04T07:20:07Z
51 GSYVideoPlayer 15810 3509 Java 20 视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。 2021-02-25T09:01:21Z
52 tinker 15673 3144 Java 371 Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk. 2021-03-06T13:49:04Z
53 Sentinel 15467 5291 Java 344 A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件) 2021-03-05T02:38:30Z
54 mybatis-3 15156 10264 Java 162 MyBatis SQL mapper framework for Java 2021-03-06T18:44:55Z
55 cat 15058 4774 Java 131 CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。 2021-01-29T14:38:23Z
56 SpringCloudLearning 15054 7392 Java 45 《史上最简单的Spring Cloud教程源码》 2020-06-10T10:16:16Z
57 HikariCP 14678 2240 Java 302 光 HikariCP・A solid, high-performance, JDBC connection pool at last. 2021-03-06T17:05:43Z
58 graal 14669 1111 Java 740 GraalVM: Run Programs Faster Anywhere 🚀 2021-03-06T11:24:04Z
59 eladmin 14642 5425 Java 7 项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由 2021-03-05T12:23:34Z
60 java8-tutorial 14458 3522 Java 19 Modern Java - A Guide to Java 8 2020-10-30T02:33:19Z
61 FizzBuzzEnterpriseEdition 14190 621 Java 327 FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. 2020-12-14T11:37:41Z
62 zipkin 14083 2671 Java 141 Zipkin is a distributed tracing system 2021-01-05T14:24:56Z
63 springboot-learning-example 14031 6720 Java 46 spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。另外写博客,用 OpenWrite。 2021-03-02T04:51:41Z
64 CircleImageView 13785 3047 Java 7 A circular ImageView for Android 2020-12-30T07:44:38Z
65 rocketmq 13663 7496 Java 391 Mirror of Apache RocketMQ 2021-03-03T12:35:33Z
66 ARouter 12903 2254 Java 32 💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架) 2021-03-04T07:02:16Z
67 SpringBoot-Learning 12841 4272 Java 48 Spring Boot基础教程,Spring Boot 2.x版本连载中!!! 2021-03-03T14:18:18Z
68 QMUI_Android 12712 2440 Java 354 提高 Android UI 开发效率的 UI 库 2021-02-27T08:58:03Z
69 logger 12693 2034 Java 64 ✔️ Simple, pretty and powerful logger for android 2020-10-29T10:49:01Z
70 Android-PickerView 12575 3247 Java 386 This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动) 2021-01-25T14:06:24Z
71 Luban 12359 2087 Java 138 Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法 2019-09-12T02:26:37Z
72 greenDAO 12335 2866 Java 224 greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. 2021-02-02T13:18:49Z
73 stetho 12156 1121 Java 75 Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. 2020-10-14T12:23:01Z
74 material-components-android 12034 2292 Java 675 Modular and customizable Material Design UI components for Android 2021-03-03T19:39:24Z
75 AndroidSwipeLayout 12003 2722 Java 375 The Most Powerful Swipe Layout! 2020-10-01T05:30:12Z
76 vert.x 11879 1779 Java 276 Vert.x is a tool-kit for building reactive applications on the JVM 2021-03-06T16:17:03Z
77 Matisse 11857 1880 Java 432 🎆 A well-designed local image and video selector for Android 2021-01-28T11:25:24Z
78 elasticsearch-analysis-ik 11613 2635 Java 296 The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary. 2021-02-18T05:03:32Z
79 mockito 11566 2056 Java 293 Most popular Mocking framework for unit tests written in Java 2021-03-06T14:37:54Z
80 Arduino 11501 6826 Java 954 open-source electronics platform 2021-02-19T05:37:40Z
81 Apktool 11432 2707 Java 45 A tool for reverse engineering Android apk files 2021-03-06T14:47:33Z
82 VirtualXposed 11381 1985 Java 65 A simple app to use Xposed without root, unlock the bootloader or modify system image, etc. 2021-02-24T21:29:52Z
83 AndroidAutoSize 11216 1621 Java 45 🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案). 2020-07-15T07:47:56Z
84 pinpoint 11213 3374 Java 194 APM, (Application Performance Management) tool for large-scale distributed systems. 2021-03-06T23:35:29Z
85 VasSonic 11209 1532 Java 42 VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. 2020-01-04T11:55:57Z
86 tink 11134 920 Java 71 Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. 2021-03-05T16:27:12Z
87 androidannotations 11120 2441 Java 47 Fast Android Development. Easy maintainance. 2020-11-19T20:37:14Z
88 realm-java 11111 1749 Java 398 Realm is a mobile database: a replacement for SQLite & ORMs 2021-03-05T14:40:53Z
89 JustAuth 10868 1920 Java 27 💯 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么和推特等第三方平台的授权登录。 Login, so easy! 2021-02-19T09:59:41Z
90 druid 10630 2856 Java 1089 Apache Druid: a high performance real-time analytics database. 2021-03-06T19:43:00Z
91 mybatis-plus 10610 2918 Java 42 An powerful enhanced toolkit of MyBatis for simplify development 2021-03-05T09:28:50Z
92 android-async-http 10603 4254 Java 103 This project under develop 2021-01-27T11:24:20Z
93 zuul 10584 2010 Java 227 Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. 2021-03-06T19:50:20Z
94 uCrop 10530 1898 Java 186 Image Cropping Library for Android 2021-02-12T15:06:39Z
95 PermissionsDispatcher 10495 1378 Java 11 A declarative API to handle Android runtime permissions. 2021-03-03T09:34:52Z
96 jib 10344 1023 Java 120 🏗 Build container images for your Java applications. 2021-03-05T23:22:12Z
97 JiaoZiVideoPlayer 10338 2418 Java 267 MediaPlayer exoplayer ijkplayer ffmpeg 2020-09-14T19:02:20Z
98 eureka 10245 3078 Java 23 AWS Service registry for resilient mid-tier load balancing and failover. 2021-03-03T23:53:11Z
99 FlycoTabLayout 10224 2238 Java 353 An Android TabLayout Lib 2020-09-27T06:20:53Z
100 ViewPagerIndicator 10214 4167 Java 215 Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. 2017-11-26T17:13:46Z