GH-451 Fix AWS functional bean documentation

Resolves #451
This commit is contained in:
Oleg Zhurakousky
2020-03-02 10:08:29 +01:00
parent 127f716a6d
commit e6814e7714

View File

@@ -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<GenericApplicationContext> {
public static void main(String[] args) throws Exception {