update dependency
This commit is contained in:
@@ -246,6 +246,8 @@ Lancez cette application.
|
||||
mvn package
|
||||
# Pour lancer l'application
|
||||
java -Djava.library.path=lib/ -jar target/fatjar-0.0.1-SNAPSHOT.jar
|
||||
## Si vous avez une version récente, il se peut qu'il faille utiliser, si aucune des deux versions ne marchent, recompiler opencv ou faites la tourner dans un container avec une image de docker *ubuntu:16.04*
|
||||
java -Djava.library.path=lib/ubuntuupperthan18/ -jar target/fatjar-0.0.1-SNAPSHOT.jar
|
||||
```
|
||||
|
||||
Dans katacoda, sélectionnez sur le symbole **+** (création d'un nouveau terminal), *select port to view on client 1ù. Sélectionnez le port 8080.
|
||||
|
||||
@@ -68,6 +68,6 @@
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<version.jetty>9.4.15.v20190215</version.jetty>
|
||||
<version.jetty>9.4.28.v20200408</version.jetty>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -13,7 +13,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<version.jetty>9.4.15.v20190215</version.jetty>
|
||||
<version.jetty>9.4.28.v20200408</version.jetty>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user