Add links to examples for each Fission environment (#1090)

This commit is contained in:
Erwin van Eyk
2019-04-25 20:36:14 +05:30
committed by Vishal
parent 1a5b0ec567
commit 47c5cee459
10 changed files with 24 additions and 15 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ It's a Docker image containing a OpenJDK8 runtime, along with a
dynamic loader. A few dependencies are included in the
pom.xml file.
Looking for ready-to-run examples? See the [JVM examples directory](../../examples/jvm).
## Customizing this image
To add package dependencies, edit pom.xml to add what you
@@ -65,4 +67,4 @@ JVM environment uses Tomcat HTTP server by default as it is included in spring w
## Java and JVM builder
JVM environment builder is based on OpenJDK8 and Maven 3.5.4 version. The default build command runs `mvn clean package` and uses the target/*with-dependencies.jar file for function. The default build command can be overridden as long as the uber jar file is copied to ${DEPLOY_PKG}.
JVM environment builder is based on OpenJDK8 and Maven 3.5.4 version. The default build command runs `mvn clean package` and uses the target/*with-dependencies.jar file for function. The default build command can be overridden as long as the uber jar file is copied to ${DEPLOY_PKG}.