0

我尝试运行 Kurento HelloWorld

mvn 执行:java

但它总是在开始之前在这里停留很长时间(几分钟)。此时正在进行什么操作?

exec-maven-plugin:1.4.0:java (default-cli) @ kurento-hello-world ---
   .------------------------------------------------
   | |
   | | |/ / _ _ _ __ _ _| |_ ___ |
   | | '

       Kurento Java 教程 - Hello World
       版本 6.2.1

16:26:58.684 [HelloWorldApp.main()] 信息 - oktutorial.helloworld.HelloWorldApp - 在 PID 14998 的 instance-c5pf3tu2 上启动 HelloWorldApp (/home/kurento-tutorial-java/kurento-hello-world/target/classes 由根在 /home/kurento-tutorial-java/kurento-hello-world) 16:26:58.695 [HelloWorldApp.main()] 调试 - oktutorial.helloworld.HelloWorldApp - 使用 Spring Boot v1.3.0.RELEASE、Spring v4.2.3.RELEASE 运行 16:26:58.695 [HelloWorldApp.main()] 信息 - oktutorial.helloworld.HelloWorldApp - 没有配置文件处于活动状态 16:26:59.768 [pool-1-thread-1] 信息-ohvalidator.internal.util.Version-HV000001:Hibernate Validator 5.2.2.Final

4

1 回答 1

1

请按照以下步骤操作:

git clone https://github.com/Kurento/kurento-tutorial-java.git
cd kurento-tutorial-java/kurento-hello-world
git checkout 6.2.0
mvn compile exec:java

希望它对你有用

于 2016-01-08T06:15:10.580 回答