# merchant **Repository Path**: null_730_7492/merchant ## Basic Information - **Project Name**: merchant - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-09 - **Last Updated**: 2021-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # merchant * 欢迎页 http://localhost:8080/user/welcome * 新增用户 http://localhost:8080/user/add/{password}/{username} * 查询用户 http://localhost:8080/user/get/username/{username} ----------------------------------------- 工程运行命令 mvn clean spring-boot:run 工程打包命令 mvn clean package [-Pdev] 这个打包还不完善,需要添加打war包功能