上传json 代码实现
RestController
RequestMapping("/api/hosp")
public class ApiController{Autowiredprivate HospitalService hospitalService;PostMapping("saveHospital")public Result saveHosp(HttpServletRequest request){Map<String,String…
首先vscode插件安装
名称: Remote - SSH
ID: ms-vscode-remote.remote-ssh
说明: Open any folder on a remote machine using SSH and take advantage of VS Codes full feature set.
版本: 0.51.0
VS Marketplace 链接: https://marketplace.visualstudio.com/items?it…