skillhub/server
vsxd b520689130 feat(app): update controllers, DTOs, config, rate limiting, and add new components
- Add BaseApiController, MeController, AuthContextFilter
- Add standardized ApiResponse/ApiResponseFactory/PageResponse DTOs
- Add i18n messages (en/zh)
- Replace SlidingWindowRateLimiter with RateLimiter interface + Redis/InMemory impls
- Add localized exception handling
- Update application.yml with messages config
- Update Flyway migrations V1-V3
- Add SkillController and SkillSearchController tests
2026-03-12 17:47:58 +08:00
..
.mvn/wrapper feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
skillhub-app feat(app): update controllers, DTOs, config, rate limiting, and add new components 2026-03-12 17:47:58 +08:00
skillhub-auth feat(auth): update security config, auth entities, and token services 2026-03-12 17:47:08 +08:00
skillhub-domain feat(domain): update entities, services, repositories, and add shared exceptions 2026-03-12 17:46:48 +08:00
skillhub-infra feat(infra): update JPA repository implementations 2026-03-12 17:47:37 +08:00
skillhub-search feat(search): update search documents and query services 2026-03-12 17:47:18 +08:00
skillhub-storage feat(storage): add object storage SPI with LocalFile and S3 implementations 2026-03-12 01:56:27 +08:00
Dockerfile fix(phase1): close auth and frontend acceptance gaps 2026-03-12 00:37:51 +08:00
mvnw feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
mvnw.cmd feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
pom.xml feat: complete Chunk 1 - backend skeleton and infrastructure 2026-03-11 23:35:47 +08:00