Commit Graph

2 Commits

Author SHA1 Message Date
黎润豪 e603ad7127 Add leaky bucket rate limiter implementation
- Implement LeakyBucketRateLimiter with configurable capacity and rate
- Add RateLimit annotation and AOP aspect for automatic rate limiting
- Create RateLimitExceededException for custom error handling
- Add RateLimiterConfig for configuration management
- Update LoginController with @RateLimit annotation on login endpoint
- Add rate limiter configuration to application.yml
- Update project documentation with comprehensive README
- Upgrade Java version to 21 and Lombok to 1.18.30
2025-09-20 11:05:10 +08:00
黎润豪 4b078153b0 Initial commit 2025-09-20 09:51:42 +08:00