[COMMIT osv-apps master] spring-boot: fixed incorrect command line

2 views
Skip to first unread message

Commit Bot

unread,
Oct 23, 2019, 11:41:22 PM10/23/19
to osv...@googlegroups.com, Waldemar Kozaczuk
From: Waldemar Kozaczuk <jwkoz...@gmail.com>
Committer: Waldemar Kozaczuk <jwkoz...@gmail.com>
Branch: master

spring-boot: fixed incorrect command line

Signed-off-by: Waldemar Kozaczuk <jwkoz...@gmail.com>

---
diff --git a/spring-boot-example/module.py b/spring-boot-example/module.py
--- a/spring-boot-example/module.py
+++ b/spring-boot-example/module.py
@@ -4,4 +4,4 @@

java_cmd = "-Xms128m -Xmx128m -jar spring-boot-2-rest-service-basic.jar"
default = api.run('/java.so ' + java_cmd)
-native = api.run('/usr/java/bin ' + java_cmd)
+native = api.run('/usr/bin/java ' + java_cmd)
Reply all
Reply to author
Forward
0 new messages