Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有兴趣为模拟软件创建一个客户端界面。所以我下载了 Milo 并浏览了示例。我执行时能够成功构建mvn clean package。我想知道如何设置运行配置以执行 Client Example.java。
mvn clean package
Example.java
在客户端示例项目中。查看 ClientExample.java 源文件。在此文件中,更新服务器端点的 getEndpointUrl 方法。默认情况下,此方法有一个环回端点,即:“opc.tcp://localhost:12686/milo”。