# 体重记录 **Repository Path**: yi-mark/weight-record ## Basic Information - **Project Name**: 体重记录 - **Description**: 基于SpringBoot3,MyBatisPlus搭建的记录体重的程序,可以可视化观察体重变化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 体重记录程序 ​ 基于SpringBoot,MyBatisPlus搭建的体重记录程序,前端主要基于ECharts、ElementUI ## 功能 1. 支持多用户记录 2. 可以查询任意时间段内的体重变化及数据 3. 可以添加指定日期 早上/晚上 体重 4. 一天中(早晚)体重都记录后,自动计算其他数值 ## 启动 > 1. 数据库配置 ``` 1. 创建数据库 YihenWeightRecord 2. 运行 sql 目录下的脚本创建数据库表 ``` > 2. yml配置修改 ```yml spring: datasource: username: root # 修改为自己的数据库username password: password # 修改为自己的数据库密码 ``` > 3. 启动 ​ 运行`YihenWeightRecordApplication`,通过`localhost:8080/yihen`进入登陆页面。 - 存在默认账户:`username: yihen ; password: 123456` - 也可以自己注册用户 ## 效果 > 登陆与注册 ![image-20250411102803240](README.assets/image-20250411102803240.png) > 主页面 ![image-20250411102829492](README.assets/image-20250411102829492.png) > 查询 ![image-20250411102900474](README.assets/image-20250411102900474.png) > 添加 ![image-20250411102926478](README.assets/image-20250411102926478.png)