* Fix typos in docs
* Add `spring-cloud-function-integration` into `spring-cloud-function-dependencies` * Fix "memoize" logic in the `FunctionLookupHelper` and cover it in the `FunctionFlowTests` against `@SpyBean FunctionCatalog`
This commit is contained in:
@@ -20,7 +20,7 @@ The following example demonstrates the `FunctionFlowBuilder` in action alongside
|
||||
[source,java]
|
||||
----
|
||||
@Configuration
|
||||
static class IntegrationConfiguration {
|
||||
public class IntegrationConfiguration {
|
||||
|
||||
@Bean
|
||||
Supplier<byte[]> simpleByteArraySupplier() {
|
||||
|
||||
Reference in New Issue
Block a user