我尝试用
运行Kurento HelloWorldmvn exec:java
但是在开始之前它总是待在这里很长时间(几分钟)。目前正在进行什么操作?
exec-maven-plugin:1.4.0:java (default-cli) @ kurento-hello-world --- .------------------------------------. | | | | |/ / _ _ _ ___ _ _| |_ ___ | | | 'Kurento Java Tutorial - Hello World Version 6.2.116:26:58.684 [HelloWorldApp.main()] INFO - o.k.tutorial.helloworld.HelloWorldApp - Starting HelloWorldApp on instance-c5pf3tu2 with PID 14998 (/home/kurento-tutorial-java/kurento-hello-world/target/classes started by root in /home/kurento-tutorial-java/kurento-hello-world) 16:26:58.695 [HelloWorldApp.main()] DEBUG - o.k.tutorial.helloworld.HelloWorldApp - Running with Spring Boot v1.3.0.RELEASE, Spring v4.2.3.RELEASE 16:26:58.695 [HelloWorldApp.main()] INFO - o.k.tutorial.helloworld.HelloWorldApp - No profiles are active 16:26:59.768 [ pool-1-thread-1] INFO - o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.2.2.Final
答案 0 :(得分: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
希望它对你有用