From 8446e750a2aaaf835526fc8953db0e8a37144fce Mon Sep 17 00:00:00 2001 From: zuihou <244387066@qq.com> Date: Mon, 12 Dec 2022 23:20:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=9A=84=E5=90=8C=E6=97=B6=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E8=B5=84=E6=BA=90=E7=9B=AE=E5=BD=95=E4=B8=AD?= =?UTF-8?q?=E7=9A=84jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仅测试了window和mac系统 1. ee 框架ready后,通过命令启动jar(优先试用配置的端口,被占用时则随机端口) 2. did-finish-load 事件通知 fronend 存储java程序的访问地址 3. 程序退出时,通过命令行kill掉程序 4. 提供前端调用 java 接口的示例 --- frontend/src/views/other/java/Index.vue | 32 +++++++++++++++++-------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/frontend/src/views/other/java/Index.vue b/frontend/src/views/other/java/Index.vue index 90fad97..50b6844 100644 --- a/frontend/src/views/other/java/Index.vue +++ b/frontend/src/views/other/java/Index.vue @@ -3,16 +3,6 @@
+
+