Adjust branch variable value
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
|
||||
The adapter has a couple of generic request handlers that you can use. The most generic is `SpringBootStreamHandler`, which uses a Jackson `ObjectMapper` provided by Spring Boot to serialize and deserialize the objects in the function. There is also a `SpringBootRequestHandler` which you can extend, and provide the input and output types as type parameters (enabling AWS to inspect the class and do the JSON conversions itself).
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
|
||||
This project provides an adapter layer for a Spring Cloud Function application onto Azure.
|
||||
You can write an app with a single `@Bean` of type `Function` and it will be deployable in Azure if you get the JAR file laid out right.
|
||||
|
||||
Reference in New Issue
Block a user