Skip to content

Commit a7d9d9a

Browse files
salaboycicoyle
andauthored
Update daprdocs/content/en/java-sdk-docs/spring-boot/_index.md
Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: salaboy <[email protected]>
1 parent 6d64c76 commit a7d9d9a

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/java-sdk-docs/spring-boot

1 file changed

+1
-1
lines changed

daprdocs/content/en/java-sdk-docs/spring-boot/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Where `OrderRepository` is defined in an interface that extends the Spring Data
170170
public interface OrderRepository extends CrudRepository<Order, String> {}
171171
```
172172

173-
Notice that `@EnableDaprRepositories` annotation, that does all the magic of wiring the Dapr APIs under the `CrudRespository` interface.
173+
Notice that the `@EnableDaprRepositories` annotation, does all the magic of wiring the Dapr APIs under the `CrudRespository` interface.
174174
Because Dapr allow users to interact with different StateStores from the same application, as a user you need to provide the following beans as a Spring Boot `@Configuration`:
175175

176176
```java

0 commit comments

Comments
 (0)