toesbieya / jxc-admin

一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
https://toesbieya.cn/jxc-admin
MIT License
349 stars 118 forks source link

代理服务器报错 求解 #61

Closed XueLing-c closed 2 years ago

XueLing-c commented 2 years ago

错误提示如下 Proxy error: Could not proxy request /account/login from localhost:8079 to http://localhost:8081. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).

toesbieya commented 2 years ago

后端启动了不?是8081不?唉,要学会自己找问题哇

wsgehaishan520 commented 11 months ago

我也是这个问题,请问一下后端怎么启动呀。在src目录mvn clean package 然后构建jar吗