# MedicalBackend **Repository Path**: CTouch/MedicalBackend ## Basic Information - **Project Name**: MedicalBackend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-18 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 软工后端工程目录,使用springboot编写 # 接口文档 在[接口文档](http://121.5.212.39:8081/swagger-ui/index.html)可以查看接口说明并进行一定的接口测试 ![image-20210709185502241](D:\something\course\3.2SE\MedicalBackend\md_img\image-20210709185502241.png) # 部署方式 ## jar包运行 当前目录下执行命令 `java -jar MedicalBackend-0.0.1-SNAPSHOT.jar` ## mvn运行 当前目录下执行命令 `mvn spring-boot:run` # 运行结果 在本地8081端口接受请求