# Springboot-CRUD **Repository Path**: zhenwu99/Springboot-CRUD ## Basic Information - **Project Name**: Springboot-CRUD - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-28 - **Last Updated**: 2024-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sql文件:src/main/resources/static/workers.sql ### 目录结构 ``` src ├─main │ ├─java │ │ ├─com.example.demo │ │ │ └common │ │ │ ├─config 配置文件 │ │ │ ├─constant 常量 │ │ │ ├─controller 控制层 │ │ │ ├─dao 持久层 │ │ │ ├─entity 实体类 │ │ │ ├─service 业务层 │ │ │ └─utils 工具类 │ │ └─generator │ └─resources └─test ```