【Aactiviti7 从入门到放弃】(四)前端相关

【Aactiviti7 从入门到放弃】(四)前端相关,第1张

【Aactiviti7 从入门到放弃】(四)前端相关 目录

前言:本章节讲述前端,后端没兴趣可以跳过

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


            
上一篇 2022-12-18
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存