SpringBoot+React+Mysql+Mybatis+Restful风格接口,前后端分离实现健康管理系统
后端启动(lesson)
- 将创建数据库,执行sql文件
- 运行后端
前端启动(code-front-end)
- 安装nodejs
- 修改镜像源 $ npm install -g cnpm --registry=https://registry.npm.taobao.org
- 安装依赖包 $ cnpm install
- 启动 $ npm start
SpringBoot+React+Mysql+Mybatis+Restful风格接口,前后端分离实现健康管理系统
后端启动(lesson)
前端启动(code-front-end)