Code generation issue for AsyncAPI definition using java-spring-template

Viewed 32

I'm trying to generate the code using this java-spring-template using this async API definition. After building it, when I try to start using ./gradlew bootRun , it gives the following error.

Can someone point out the issue in the definition please?

***************************
APPLICATION FAILED TO START
***************************

Description:

A component required a bean named 'signedupOutboundChannel' that could not be found.
0 Answers
Related