From aea1475dffe3b2f40ce8a7960382a47b9c5a4e6c Mon Sep 17 00:00:00 2001 From: Shree Sawant <142529962+TheEques@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:34:45 +0530 Subject: [PATCH] chore: add .asyncapi-tool file (#342) * Create .asyncapi-tool * Update .asyncapi-tool Co-authored-by: Lukasz Gornicki * Update .asyncapi-tool --------- Co-authored-by: Lukasz Gornicki Co-authored-by: Cameron Rushton --- .asyncapi-tool | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .asyncapi-tool diff --git a/.asyncapi-tool b/.asyncapi-tool new file mode 100644 index 00000000..ece3f6ea --- /dev/null +++ b/.asyncapi-tool @@ -0,0 +1,10 @@ +title: Java Spring Cloud Stream Template +filters: + language: + - javascript + technology: + - Spring Cloud Streams + - Maven + categories: + - generator-template + hasCommercial: false