# m-server 轻量级Web开发框架 测试用例 **Repository Path**: huhuanan/m-server-test ## Basic Information - **Project Name**: m-server 轻量级Web开发框架 测试用例 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-17 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # m-server 轻量级Web开发框架 测试用例 ### 此项目为测试项目 1. 使用前请先下载开发框架,并install到本地仓库。 https://gitee.com/huhuanan/m-server 2. 下载此项目,用idea打开 3. 修改dbconfig.properties里的数据库配置 4. 创建测试用的数据库 ```CREATE SCHEMA test_server CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci;``` 5. 运行Start.java #### 测试用例 1. [Action请求和参数自动填充基础示例](https://gitee.com/huhuanan/m-server-test/blob/master/src/main/java/test/action/InterAction.java) 2. [表模型创建](https://gitee.com/huhuanan/m-server-test/blob/master/src/main/java/test/model/StudentInfo.java)