Excel Tools Backend
C 69 completed
Other
unknown / java · tiny
24
Files
717
LOC
1
Frameworks
4
Languages
Pipeline State
completedRun ID
#1542780Phase
doneProgress
0%Started
2026-04-16 21:41:43Finished
2026-04-16 21:41:43LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
24.52Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:40Deduplication group #47319
Member of a group with 123 similar repo(s) — canonical #189146 view group →
Open data scored by Repobility · https://repobility.com
🧪 Code Distillation
Browse all specs →AI Prompt
Create a backend service using Spring Boot in Java that acts as an Excel tools backend. The service needs to handle converting scattered text from WeChat into structured data and generating exportable Excel files. I need endpoints for user authentication via `/api/auth/login`, text intelligent parsing at `/api/parse/text`, and full task management endpoints (`GET`, `POST`, `PUT`, `DELETE`) for tasks, including retrieving task details, statistics, and exporting the final Excel file. The stack should utilize MyBatis-Plus with MySQL.
java spring-boot mybatis-plus mysql excel backend api text-parsing rest
Generated by gemma4:latest
Catalog Information
Create a backend service using Spring Boot in Java that acts as an Excel tools backend. The service needs to handle converting scattered text from WeChat into structured data and generating exportable Excel files. I need endpoints for user authentication via /api/auth/login, text intelligent parsing at /api/parse/text, and full task management endpoints (GET, POST, PUT, DELETE) for tasks, including retrieving task details, statistics, and exporting the final Excel file. The stack sho
Tags
java spring-boot mybatis-plus mysql excel backend api text-parsing rest
Quality Score
C
69.3/100
Structure
60
Code Quality
100
Documentation
30
Testing
40
Practices
78
Security
100
Dependencies
80
Strengths
- Consistent naming conventions (PascalCase)
- Low average code complexity — well-structured code
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No CI/CD configuration — manual testing and deployment
Recommendations
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
Spring Boot
Symbols
variable60
method33
class14
interface5
Embed Badge
Add to your README:
