Extract adpater READMEs into docs subdir
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Do not edit this file (e.g. go instead to src/main/asciidoc)
|
||||
|
||||
Implement a POF (be sure to use the `functions` package):
|
||||
|
||||
```
|
||||
@@ -78,17 +80,12 @@ wsk action invoke example --result --param payload foo
|
||||
"result": "FOO"
|
||||
}
|
||||
```
|
||||
# Examples
|
||||
== Examples
|
||||
|
||||
The following examples are built based on the details and explanations above, on how to deploy Spring Cloud Functions on to [OpenWhisk](https://openwhisk.apache.org/)
|
||||
The following examples are built based on the details and explanations above, on how to deploy Spring Cloud Functions on to https://openwhisk.apache.org/[OpenWhisk]
|
||||
|
||||
* [Spring Cloud Function PoF Example](https://github.com/redhat-developer-demos/ow-scf-fruiteason)
|
||||
* https://github.com/redhat-developer-demos/ow-scf-fruiteason[Spring Cloud Function PoF Example]. This example shows how to use Spring Cloud Functions by defining simple Plain Old Function (POF)
|
||||
|
||||
This example shows how to use Spring Cloud Functions by defining simple Plain Old Function (POF)
|
||||
* https://github.com/redhat-developer-demos/ow-scf-greeter[Spring Cloud Function Application Example]. This example shows how to use Spring Cloud Functions with a complete Spring Boot Application that has functions defined by extending `java.util.function.Function` interfaces.
|
||||
|
||||
* [Spring Cloud Function Application Example](https://github.com/redhat-developer-demos/ow-scf-greeter)
|
||||
|
||||
This example shows how to use Spring Cloud Functions with a complete Spring Boot Application
|
||||
that has functions defined by extending `java.util.function.Function` interfaces.
|
||||
|
||||
The base docker images used for above examples is available [here](https://github.com/redhat-developer-demos/openwhisk-scf-docker).
|
||||
The base docker images used for above examples is available https://github.com/redhat-developer-demos/openwhisk-scf-docker[here].
|
||||
Reference in New Issue
Block a user