前言:本章节讲述前端,后端没兴趣可以跳过
8.1 BPMNJS扩展 - BPMN下载 8.1.1 启动前端项目启动后,会d出 “http://localhost:9013/” 地址,但是因为端口与后端端口不一致,会产生跨域问题。所以我们使用后端启动项目,然后使用 “http://localhost:8080/bpmnjs/dist/index.html” 地址来访问前端项目,记得不能关闭 npm
启动步骤
使用 npm run dev 启动前端项目 (Don’t shut down)
http://localhost:9013/ IDEA 启动 ActivityApplication 的SpringBoot项目
http://localhost:8080/bpmnjs/dist/index.html 8.1.2 在 index.html 添加导出按钮
src/main/resources/resources/bpmnjs/app/index.html
git 查询3个月未使用的分支上一篇 2022-12-18JAVA学习笔记(二)-JAVA的几个基本概念下一篇 2022-12-17
评论列表(0条)