# 面试测试仓库 **Repository Path**: midsummer-night-breeze/interview-testing-warehouse ## Basic Information - **Project Name**: 面试测试仓库 - **Description**: 1111 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-29 - **Last Updated**: 2023-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.采用Springboot搭建,MySQL数据库 2.有四个接口: 查询账户余额(localhost:8080/account/getMoney/1) get 消费一百元(localhost:8080/account/consumption/1) put 退款二十元(localhost:8080/account/refund/1) put 查询账户金额变更记录(localhost:8080/log/getLog/1) get 3.数据通过json格式进行返回 4.数据库文件为:test.sql