From e6814e7714a94b6c9f4eadf7fae5c3b9bf7919fc Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 2 Mar 2020 10:08:29 +0100 Subject: [PATCH] GH-451 Fix AWS functional bean documentation Resolves #451 --- docs/src/main/asciidoc/adapters/aws.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/adapters/aws.adoc b/docs/src/main/asciidoc/adapters/aws.adoc index 555d3a94a..18661a85a 100644 --- a/docs/src/main/asciidoc/adapters/aws.adoc +++ b/docs/src/main/asciidoc/adapters/aws.adoc @@ -16,7 +16,7 @@ output types can be accessed by the framework. There is an example in github (th look something like this: ```java -@SpringBootApplication +@SpringBootConfiguration public class FuncApplication implements ApplicationContextInitializer { public static void main(String[] args) throws Exception {