Add links to examples for each Fission environment (#1090)
This commit is contained in:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user