From fed4ce1a2ad06a34f81ccfdc40c02785cbb2c7b6 Mon Sep 17 00:00:00 2001 From: lorenzsimon Date: Sat, 27 Aug 2022 10:58:58 +0200 Subject: [PATCH 1/2] Add external example --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index d6a8667..ab65415 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -26,7 +26,7 @@ when needed ## External examples -// TODO +- [kotlin-asyncapi: Maven plugin and Spring Boot executable JAR scripting hosts](jvm/basic/jvm-simple-script/SimpleScript.md) ## License The Apache 2 license (given in full in [LICENSE.txt](license/LICENSE.txt) applies to all code in this repository which From 5a456eafa377d8fef0b6c1bfc061d673faa61161 Mon Sep 17 00:00:00 2001 From: lorenzsimon Date: Sat, 27 Aug 2022 11:04:47 +0200 Subject: [PATCH 2/2] Add link to external example --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index ab65415..16d2aa9 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -26,7 +26,7 @@ when needed ## External examples -- [kotlin-asyncapi: Maven plugin and Spring Boot executable JAR scripting hosts](jvm/basic/jvm-simple-script/SimpleScript.md) +- [kotlin-asyncapi: Maven plugin and Spring Boot executable JAR scripting hosts](https://github.com/OpenFolder/kotlin-asyncapi) ## License The Apache 2 license (given in full in [LICENSE.txt](license/LICENSE.txt) applies to all code in this repository which