Skip to content

Commit 1c2cfa5

Browse files
authored
updated readme (#74)
1 parent b5d8bff commit 1c2cfa5

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

dashboard-web-app/README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
# Deploy Inventory Hub Java Web App =TO=> Azure App Service
22

3-
This Inventory Hub app is a Java application. It display real-time product
4-
inventory using AngularJS code.
3+
This Inventory Hub app is a Java application. It displays product
4+
inventory using AngularJS code in client browsers.
55

66
Behind the scene, the inventory data store
7-
is [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction).
8-
9-
This application uses [Azure CosmosDB Spring Boot Starter](https://github.com/Microsoft/azure-spring-boot/tree/master/azure-starters/azure-documentdb-spring-boot-starter)
10-
and AngularJS to interact with Azure.
11-
7+
is [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction) and
8+
[Azure Event Hubs](https://docs.microsoft.com/en-us/azure/event-hubs/)
9+
as for data ingestion Data ingestion. Event Hubs - is a
10+
"fully managed" cloud scale ingestion of events.
11+
12+
This application uses:
13+
14+
- [Spring Boot](https://github.com/spring-projects/spring-boot)
15+
- [Spring Boot Starter with the Azure Cosmos DB SQL API](https://github.com/Microsoft/azure-spring-boot/)
16+
- [Spring Data for Cosmos DB](https://github.com/microsoft/spring-data-cosmosdb)
17+
- [Spring Cloud Functions](https://github.com/spring-cloud/spring-cloud-function)
18+
- [Spring Cloud Stream Binder for Kafka](https://cloud.spring.io/spring-cloud-stream-binder-kafka/)
19+
- [Spring Security](https://github.com/spring-projects/spring-security)
20+
- [Azure Active Directory B2C Spring Boot Starter](https://github.com/microsoft/azure-spring-boot/tree/master/azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter)
21+
- [Spring Boot Starter for WebSocket](https://spring.io/guides/gs/messaging-stomp-websocket/)
22+
- AngularJS
1223

1324
## TOC
1425

function-apps/Point-Of-Transaction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>com.microsoft.azure</groupId>
8989
<artifactId>azure-functions-maven-plugin</artifactId>
90-
<version>1.3.1</version>
90+
<version>1.3.4</version>
9191
</plugin>
9292
</plugins>
9393
</pluginManagement>

0 commit comments

Comments
 (0)