# java-note **Repository Path**: steven-wu/java-note ## Basic Information - **Project Name**: java-note - **Description**: java 开发中的相关记录,觉得有用点个star - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2021-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://github.com/yulc-coding/java-note/blob/master/QR_code.png) # java-note * 一些组件的整合 * 开发中的一些设计思路 ## [SpringBoot使用Logback记录日志](https://github.com/yulc-coding/java-note/tree/master/logback) ## [SpringBoot使用log4j2记录日志](https://github.com/yulc-coding/java-note/tree/master/log4j2) ## [通过AOP和自定义注解实现权限控制](https://github.com/yulc-coding/java-note/tree/master/aop) ## [基于JWT(JSON Web Token)的token身份验证](https://github.com/yulc-coding/java-note/tree/master/jwt) ## [Spring Security + Token 实现权限控制](https://github.com/yulc-coding/java-note/tree/master/security) ## [自定义 Spring Boot Starter](https://github.com/yulc-coding/java-note/tree/master/common-spring-boot-autoconfigure) ## [Spring Boot 实现异步事件Event](https://github.com/yulc-coding/java-note/tree/master/event) ## [Spring Boot 消息实时推送](https://github.com/yulc-coding/java-note/tree/master/message-push) ## [Redis 相关](https://github.com/yulc-coding/java-note/tree/master/redis) ## [Sharding Sphere 分库分表](https://github.com/yulc-coding/java-note/tree/master/sharding-sphere)