Open-sourced generic, dynamic POC, RESTful alerting API

This commit is contained in:
2024-02-16 17:37:37 -07:00
parent b2ed41c549
commit 0d1d154c7a
70 changed files with 3272 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
rootProject.name = "alerting-poc"
include(":persistence", ":amqp", ":api", ":batch")