Stars
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
👨🎓 Java Core Sprout : basic, concurrent, algorithm
A high performance caching library for Java
Apereo CAS - Identity & Single Sign On for all earthlings and beyond.
🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Reformats Java source code to comply with Google Java Style.
Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps …
Java 面经手册,全书共计 5 章 29 节,417页11.5万字,耗时 4 个月完成。涵盖数据结构、算法逻辑、并发编程、JVM以及简历和互联网大厂面试等内容。
该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header(包含自定义header)、配置SSL和Proxy等。
这个 Demo 用于演示如何在 RESTful 下使用自定义 Token 保持客户端登录状态,依靠 Spring 的拦截器和解析器完成权限验证及登录用户注入,并使用 Redis 存储 Token。