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