New User Guide
Introduction
Welcome to use the intelligent guidance feature to generate source code projects. This tool can take you from understanding requirements to generating complete engineering-level source code through five simple steps. Below are detailed guides and some features for each step.
Understanding Requirements
Goal: Clarify the core requirements of the project or product, and intelligently break down these requirements into executable tasks.
Features:
- Automated requirement analysis: Input your product description or requirement document, and the system will automatically identify key requirements.
- Intelligent breakdown: Automatically break down user requirements into multiple actionable small tasks based on predefined rule libraries.
- Manual modification: Additions, modifications, and deletions can be made to requirements.
Designing Interfaces
Goal: Design clear and efficient interfaces based on understood requirements.
Features:
- Automatic interface generation: Based on split requirements, intelligently generate API interface names and logical descriptions.
- Manual modification: Additions, modifications, and deletions can be made to interface descriptions.
Table Structure Design
Goal: Create efficient data table structures based on requirements and interface design.
Features:
- Intelligent table structure design: Automatically generate optimal data table structure recommendations based on requirements.
- Selecting existing databases: Choose existing database tables on the server, and intelligently read table structures and field information.
- Cross-database multi-table: Choose different databases and tables to design interfaces.
Processing Logic (Interfaces)
Goal: Generate business logic and implementation steps for each interface.
Features:
- Automatic business logic generation: Based on interface definitions, automatically generate corresponding business processing logic.
- Process visualization: Provide flowchart views to intuitively show interaction flows between interfaces.
- Optimization description: After modifying interfaces, use optimization descriptions to check if contexts are connected.
- Optimization details: Intuitively show content changes before and after optimization.
- Overview: Quickly and conveniently view content filled in previous steps.
- Export documentation: Quickly export content of these four steps to Word documents for retention and maintenance.
Generating Source Code
Goal: One-click generation of complete project packages including Java engineering-level source code, SQL scripts, functions, configuration files, etc.
Features:
- Comprehensive coverage: Support generation of all necessary components of Java projects, including but not limited to source code, SQL scripts, configuration files, etc.
- Code quality checks: Integrate code quality checking tools to ensure generated code meets industry standards.
- Integrated projects: Generated source code can be customized to merge into specified project directories.
- Custom module paths: Customize package names, project names, and project root paths.
