
mysql
xnfreedom
这个作者很懒,什么都没留下…
展开
-
springboot连接mysql问题解决
学习的项目路径:https://www.bysocket.com/?p=1627即:https://github.com/JeffLi1993/springboot-learning-example 下面的springboot-restfull准备工作:下载了Postman工具做http请求接口验证。使用2018-idea IDE。工程放在了自己的MAC本上。1. mac上新安装了8....原创 2019-01-22 14:21:48 · 2861 阅读 · 1 评论 -
带body的POST请求在postman和curl中的使用
1. 在postman中使用带body的POST2. 在curl中使用带body的POSTcurl -H "Content-Type:application/json" -XPOST http://localhost:8080/api/city -d '{ "id":"3", "provinceId":"3", "cityName":"zhuhai", &原创 2019-01-22 15:55:01 · 23003 阅读 · 1 评论