View on GitHub

dapr-spring

Dapr SpringBoot Starter - Let the Dapr works just like what Spring Cloud does.

Version

<- Return to Index

This page provides information about the versioning strategy and lifecycle.

Current Version

Note: The current project is still in the Alpha stage. The API has not been completely finalized, and various issues may arise. Please upgrade to the latest version as much as possible when using it.

The latest version hosted on JitPack and Maven Central is as follows:

Maven Central with version prefix filter

For the latest version hosted on Github Packages, please check here.

Dependency Versions

This project is built based on Spring Boot 3.2.5 and Spring Cloud 2023.0.1.

Since the Spring Boot API used in this project is mostly stable or only maintained, in theory, the artifacts of this project are applicable to all versions of Spring Boot 3.x. Therefore, this project does not implement or depend on the API of components in Spring Boot or Spring Cloud. Dependencies are only introduced at the compile stage, so you may need to include the following dependencies:

Under normal circumstances, a standard Spring Boot and Spring Cloud project only needs to include org.springframework.cloud:spring-cloud-starter-openfeign. However, it is possible that other components may need to be included. Please be aware of this when creating new projects.


<- Return to Index