slf4jThe Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.
jwtJSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).
logbackLogback is intended as a successor to the popular log4j project, picking up where log4j 1.x leaves off. | 日志框架 | Java框架 | slf4j-api | logback-core | logback-classic