1、使用官方安装脚本自动安装
sudo dpkg --configure -a
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
2、也可以使用国内 daocloud 一键安装命令:
sudo dpkg --configure -a
curl -sSL https://get.daocloud.io/docker | sh
1、使用官方安装脚本自动安装
sudo dpkg --configure -a
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
2、也可以使用国内 daocloud 一键安装命令:
sudo dpkg --configure -a
curl -sSL https://get.daocloud.io/docker | sh
1.全部查询controller层/** * 查询全部信息 * @return */ @GetMapping("/list") public List<MapElement> findAll(){ return mapService.findAll(); }mapper.xml文件<select id="fin
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M