# supermarket-ssm **Repository Path**: jsonring1992/supermarket-ssm ## Basic Information - **Project Name**: supermarket-ssm - **Description**: 超市库存管理系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-03 - **Last Updated**: 2026-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 超市库存管理系统 ## 推荐浏览器 推荐使用:谷歌浏览器 ## 后台登录页面 http://localhost:8080/chaoshikucunguanli/jsp/login.jsp ### 登录账户 - **管理员** 账户: admin 密码: 123456 - **员工** 账户: a1 密码: 123456 - **员工** 账户: a2 密码: 123456 ## 数据库配置 在 `src/main/resources/config.properties` 中编辑: ``` jdbc_url=jdbc:mysql://127.0.0.1:3306/chaoshikucunguanli?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false jdbc_username=root # 数据库用户名 root jdbc_password=123456 # 用户密码 123456 ``` ## 图片存放路径 图片存放路径:`src/main/webapp/upload` 注意:上传图片名里面不能有中文 ## 项目截图 ![截图1](项目截图/1.png) ![截图2](项目截图/2.png) ![截图3](项目截图/3.png) ![截图4](项目截图/4.png) ![截图5](项目截图/5.png) ![截图6](项目截图/6.png) ![截图7](项目截图/7.png) ![截图8](项目截图/8.png)