提交 8fd3b723 authored 作者: 邓砥奕's avatar 邓砥奕

更新

上级 057c01cf
...@@ -91,7 +91,7 @@ public class RfidServiceImpl implements RfidService { ...@@ -91,7 +91,7 @@ public class RfidServiceImpl implements RfidService {
throw new ApiException("打印列表为空"); throw new ApiException("打印列表为空");
} }
try { try {
Connection connection = new TcpConnection("192.168.000.222", 6101); Connection connection = new TcpConnection("10.153.4.16", 6101);
connection.open(); connection.open();
for (PrintVo printVo : printVos) { for (PrintVo printVo : printVos) {
printer = ZebraPrinterFactory.getInstance(connection); printer = ZebraPrinterFactory.getInstance(connection);
......
spring.datasource.driver-class-name=com.oscar.Driver spring.datasource.driver-class-name=com.oscar.Driver
spring.datasource.url=jdbc:oscar://192.168.0.80:8088/OSRDB spring.datasource.url=jdbc:oscar://10.153.4.10:2003/OSRDB
spring.datasource.username=SYSDBA spring.datasource.username=SYSDBA
spring.datasource.password=szoscar55 spring.datasource.password=szoscar55
spring.jpa.database-platform=org.hibernate.dialect.OscarDialect spring.jpa.database-platform=org.hibernate.dialect.OscarDialect
file.path=/opt/zb/ file.path=/opt/zb/
preview.path=http://192.168.0.80:8088/equip/file/ preview.path=http://10.153.4.11:8088/equip/file/
\ No newline at end of file \ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论