From 68762824132aaf623ca57bc701c3845000596785 Mon Sep 17 00:00:00 2001 From: lifangliang Date: Mon, 30 Jun 2025 15:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9D=E8=B5=96=E5=92=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 +++++++++++++- src/main/resources/application.properties | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e19df43..b382bb8 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,19 @@ pdfbox 2.0.21 - + + + + org.springframework.boot + spring-boot-starter-websocket + + + + + com.alibaba + fastjson + 1.2.83 + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8c822d8..3a26a2c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,7 @@ spring.application.name=goeingPrintServer server.port=9090 print.websocket.url=ws://127.0.0.1:8080/print-websocket +#print.websocket.url=ws://3.144.140.114:8080/print-websocket print.printer.id=123456 print.websocket.apiKey=519883ab-3677-ce4b-59ba-7263870d0a26