xiaolanyu's Stars
thinkgem/jeesite
Java rapid development platform, based (Spring Boot, Spring MVC, Apache Shiro, MyBatis, Beetl, Bootstrap, AdminLTE), online code generation, including modules: Organization, role users, menu and button authorization, data permissions, system parameters, content management, workflow, etc. Loose coupling design is adopted; one key skin switch; account security Settings, password policies; Online scheduled task configuration; Support cluster, support SAAS; Support for multiple data sources
stylefeng/Guns
Guns是一个现代化的Java应用开发框架,基于主流技术Spring Boot3 + Vue3 + JDK17,Guns的核心理念是提高开发人员开发效率,降低企业信息化系统的开发成本。
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
TheAlgorithms/Java
All Algorithms implemented in Java
mindpin/java_binary_diff
基于java实现的,以rsync算法原理为基础的二进制文件差异比较处理。本来是为了编写文件同步客户端准备的代码,但是目前没有在任何产品中使用。如果将来有能够使用的场景。可以进一步封装成容易引用的库。