摘要:
1、前端需要修改src-api-index中的url前面为本地localhost的网址,才可以在本地连接数据库 2、后端 需要导入所需要的jar包,在file——project properties——libraries——add——java里面导入所需要的lib包 3、后端加入springboot 阅读全文
posted @ 2021-08-19 20:33
The-Chosen-One
阅读(406)
评论(0)
推荐(0)
摘要:
springboot使用postman测试后端接口具体步骤: 1、确定好调用接口的url地址:http://localhost:8068/newlinetransfer/tPreliminaryTransfer/getTPreliminaryTransfers 其中http://localhost: 阅读全文
posted @ 2021-08-19 09:36
The-Chosen-One
阅读(2879)
评论(0)
推荐(0)