Commit Graph

6 Commits

Author SHA1 Message Date
c1a7aa3532 feat: Add news information management module with API and database support
- Introduced new API endpoints for querying and managing news information in the CMS.
- Implemented data model for NewsInfo and NewsInfoQuery with validation.
- Created NewsInfoMapper for database interactions and corresponding XML mappings.
- Developed INewsInfoService interface and its implementation for business logic.
- Added RichTextSanitizer utility for cleaning HTML content to prevent XSS attacks.
- Created unit tests for RichTextSanitizer to ensure proper functionality.
- Updated database schema with news_info table and necessary fields, including status and module.
- Added migration scripts for setting up the news information module in the database.
- Integrated jsoup library for HTML sanitization.
2026-07-20 14:54:15 +08:00
1e7853b9a4 feat: Implement job title suggestion service with caching and tokenization 2026-07-16 10:02:56 +08:00
f4459c6aac Merge origin/main into main 2026-07-14 21:17:36 +08:00
4306862ece feat: Add RequestUrlUtils for building base URLs and refactor OutdoorFairController to use it 2026-07-14 21:13:57 +08:00
chenshaohua
3703b8e2bc 添加政策导出 2026-07-08 19:32:40 +08:00
0282dbb0e7 init 2026-01-09 20:13:01 +08:00