# dapr-spring-demo **Repository Path**: daprchina/dapr-spring-demo ## Basic Information - **Project Name**: dapr-spring-demo - **Description**: Introducing how to use Spring Boot and Dapr in docker or K8S - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2022-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dapr-spring-demo This repository contains several sample about Dapr building block. Each smaple contains multiple services, of which specific services are implemented using Java and Spring Boot. - demo code for different Dapr building block | Type | Link | |-----------------------------|---------| | Service Invocation and State Management | [service-invocation](./service-invocation) | | Pub/Sub |[pubsub](./pubsub) | ## Getting started with the demo Make sure you have the following prerequisites installed on your machine: - Git ([download](https://git-scm.com/)) - Docker for desktop ([download](https://www.docker.com/products/docker-desktop)) - [Install the Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/) and [initialize Dapr locally](https://docs.dapr.io/getting-started/install-dapr-selfhost/)