From 534cfe38fe0d359e188aded7c29c840e3064740b Mon Sep 17 00:00:00 2001 From: Surabhi Date: Wed, 15 Jun 2022 14:41:01 +0530 Subject: [PATCH 1/3] package version - 4.10.0 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1cd4ae1..beb1fe8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.uci outbound - 4.9.0 + 4.10.0 outbound outbound @@ -85,7 +85,7 @@ com.uci utils - 4.9.0 + 4.10.0 org.springframework.boot @@ -101,7 +101,7 @@ com.uci adapter - 4.9.0 + 4.10.0 @@ -122,7 +122,7 @@ com.uci dao - 4.9.0 + 4.10.0 compile From 3583e46a35ed4ca39c3aac5bb0481f9ff862b3f2 Mon Sep 17 00:00:00 2001 From: Surabhi Date: Wed, 27 Jul 2022 15:46:44 +0530 Subject: [PATCH 2/3] application property change --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1d6f516..588c222 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -52,7 +52,7 @@ netcore.whatsap.auth.token=${NETCORE_WHATSAPP_AUTH_TOKEN} netcore.whatsapp.source=${NETCORE_WHATSAPP_SOURCE} netcore.whatsapp.uri=${NETCORE_WHATSAPP_URI} -spring.r2dbc.url=r2dbc:postgresql://${FORMS_DB_HOST}:${FORMS_DB_PORT}/${FORMS_DB_NAME} +spring.r2dbc.url=r2dbc:${FORMS_DB_URL} postgresql.db.host=${FORMS_DB_HOST} postgresql.db.port=${FORMS_DB_PORT} spring.r2dbc.name=${FORMS_DB_NAME} From fbdafc229e4759745d8cdd97cf687c54e26b26b0 Mon Sep 17 00:00:00 2001 From: Surabhi Date: Tue, 2 Aug 2022 12:32:39 +0530 Subject: [PATCH 3/3] Read me update --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a99a9a0..a212b76 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,24 @@ ![Docker Build](https://github.com/samagra-comms/outbound/actions/workflows/docker-build-push.yml/badge.svg) # Overview -Outbound converts the xMessage to the one that will be sent to the channel(sms/whatsapp). It will then be sent to the network provider(Netcore/Gupshup) who will send it to the channel. \ No newline at end of file +Outbound converts the xMessage to the one that will be sent to the channel(sms/whatsapp). It will then be sent to the network provider(Netcore/Gupshup) who will send it to the channel. + +# Getting Started + +## Prerequisites + +* java 11 or above +* docker +* kafka +* postgresql +* redis +* fusion auth +* lombok plugin for IDE +* maven + +## Build +* build with tests run using command **mvn clean install -U** +* or build without tests run using command **mvn clean install -DskipTests** + +# Detailed Documentation +[Click here](https://uci.sunbird.org/use/developer/uci-basics) \ No newline at end of file