简体   繁体   English

Open Liberty 的开发模式是在前台执行还是在后台执行

[英]Is development mode of Open Liberty executed in foreground or background

In Open Liberty server there are several goals to start it like liberty:run , liberty:start and liberty:dev .在 Open Liberty 服务器中,有几个启动它的目标,如liberty:runliberty:startliberty:dev

In the docs I see that run executes the server in foreground and start in background but I can't find if the development mode dev executes it in foreground or background.在文档中,我看到run在前台执行服务器并在后台start ,但我找不到开发模式dev是在前台还是后台执行它。

Thanks in advance.提前致谢。

Dev mode runs in the foreground just like liberty:run .开发模式在前台运行,就像liberty:run The main difference / advantage between the two is the hot reload feature which will pick up source changes in your app and reload the server and tests.两者之间的主要区别/优势是热重载功能,它将获取应用程序中的源更改并重新加载服务器和测试。 More information about dev mode can be found here: https://openliberty.io/blog/2019/10/22/liberty-dev-mode.html关于开发模式的更多信息可以在这里找到: https : //openliberty.io/blog/2019/10/22/liberty-dev-mode.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM