From 5ad62d5fc7089744372675ee41dc3c1f19920021 Mon Sep 17 00:00:00 2001 From: Asir Vedamuthu Selvasingh Date: Sun, 7 Apr 2019 14:17:54 -0700 Subject: [PATCH 01/13] use latest version of Maven plugin --- dashboard-web-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-web-app/pom.xml b/dashboard-web-app/pom.xml index 6f433dc..c2e81e9 100644 --- a/dashboard-web-app/pom.xml +++ b/dashboard-web-app/pom.xml @@ -230,7 +230,7 @@ com.microsoft.azure azure-webapp-maven-plugin - 1.4.0 + 1.5.4 From ab81fac26c484ea67c778d16e659394d2b93f4d7 Mon Sep 17 00:00:00 2001 From: Asir Vedamuthu Selvasingh Date: Sun, 7 Apr 2019 14:47:35 -0700 Subject: [PATCH 02/13] set memory size --- dashboard-web-app/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dashboard-web-app/pom.xml b/dashboard-web-app/pom.xml index c2e81e9..1501ec3 100644 --- a/dashboard-web-app/pom.xml +++ b/dashboard-web-app/pom.xml @@ -293,6 +293,11 @@ ${NOTIFICATION_ERRORS_EVENT_HUB_NAME} + + JAVA_OPTS + -Xms2048m -Xmx2048m + + From e4b1d382ce864c4e6172d7a8c349b4f9eb7cd977 Mon Sep 17 00:00:00 2001 From: Asir Vedamuthu Selvasingh Date: Sat, 28 Sep 2019 16:41:08 -0700 Subject: [PATCH 03/13] updated about page and removed unwanted dependencies --- .../main/resources/static/Views/About.html | 50 ++++++++++++++++--- .../src/main/resources/static/Views/Home.html | 2 +- .../src/main/resources/static/index.html | 2 +- function-apps/Point-Of-Transaction/pom.xml | 8 +-- 4 files changed, 50 insertions(+), 12 deletions(-) diff --git a/dashboard-web-app/src/main/resources/static/Views/About.html b/dashboard-web-app/src/main/resources/static/Views/About.html index fae2bc6..2f24843 100644 --- a/dashboard-web-app/src/main/resources/static/Views/About.html +++ b/dashboard-web-app/src/main/resources/static/Views/About.html @@ -1,13 +1,51 @@

Inventory Hub - DASHBOARD

-

This project uses the following -- to create a simple inventory hub real-time dashboard:

- -- Frameworks - Spring Boot, Azure - Cosmos DB Spring Boot Starter, Spring Data for Cosmos DB, Kafka Streams, - Spring Cloud Stream, Spring Cloud Functions and AngularJS

+

+ https://github.com/microsoft/inventory-hub-java-on-azure +

- -- Azure services - Cosmos DB, Event Hub, Functions and - App Service

+

This project uses the following -- to create a simple real-time dashboard:

+ +

Frameworks
+

    +
  • Spring Boot
  • +
  • Spring Boot Starter with the Azure Cosmos DB SQL API
  • +
  • Spring Boot Starter for WebSocket
  • +
  • Spring Data for Cosmos DB
  • +
  • Spring Cloud Functions
  • +
  • Spring Cloud Stream Binder for Kafka
  • +
  • Spring Security
  • +
  • Azure Active Directory B2C Spring Boot Starter
  • +
  • AngularJS
  • +
+

+ +

Azure Services
+

    +
  • Active Directory B2C
  • +
  • App Service
  • +
  • App Configuration Service
  • +
  • Application Insights
  • +
  • Cosmos DB
  • +
  • Functions
  • +
  • Event Hubs
  • +
  • Key Vault
  • +

+

References +

+

+ +
diff --git a/dashboard-web-app/src/main/resources/static/Views/Home.html b/dashboard-web-app/src/main/resources/static/Views/Home.html index 35691a6..40a9f80 100644 --- a/dashboard-web-app/src/main/resources/static/Views/Home.html +++ b/dashboard-web-app/src/main/resources/static/Views/Home.html @@ -27,7 +27,7 @@ --> - {{key}} + {{key}} {{ item.description }} diff --git a/dashboard-web-app/src/main/resources/static/index.html b/dashboard-web-app/src/main/resources/static/index.html index 8a92b3d..5e523d8 100644 --- a/dashboard-web-app/src/main/resources/static/index.html +++ b/dashboard-web-app/src/main/resources/static/index.html @@ -8,7 +8,7 @@ --> Inventory Hub - DASHBOARD - +