骆驼应用在哪里开始?

发布于 2025-02-08 07:24:59 字数 305 浏览 1 评论 0原文

我已经安装了 in Intellij 的骆驼插件。

要开始调试,我们必须创建一个临时应用程序

​我该如何更改它?我没有发现有关...的配置

I have installed Camel plugin for IntelliJ.

To start debugging, we must create an ad-hoc application

enter image description here

How do you know exactly at what port application is locally loaded? How can I change it? I have found no configurations about...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贪了杯 2025-02-15 07:24:59

您无需提供端口。调试器使用其PID直接附加到应用程序。您需要确保添加骆驼倾角依赖性。我建议将其添加到如下所示的配置文件 https://github.com/apache/camel-examples/blob/d1e5022bb1b435659035903590aefaf91bcf91bcf23fc9c78/examples/examples/main/main/main/pom.xml.xml.xml#l105-l120

You do not need to provide a port. The debugger is attaching directly to the application using its pid. You need to be sure that the camel-debug dependency is added. I recommened to add it through a profile like shown here https://github.com/apache/camel-examples/blob/d1e5022bb1b43565903359aefaf91bcf23fc9c78/examples/main/pom.xml#L105-L120

Please note that you need a recent version of Camel (3.16 I think)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文