Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Add CloudstateAutoConfigation into spring.factories
Browse files Browse the repository at this point in the history
Auto-Configuration can be enabled if all the conditions match.
Also, there is no need to add `@EnableCloudState` in a spring-boot
project if the auto-configuration is registered in `spring.factories`.
  • Loading branch information
eddumelendez committed Sep 27, 2020
1 parent 457237d commit bd44391
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
io.cloudstate.springboot.starter.autoconfigure.CloudstateAutoConfiguration

0 comments on commit bd44391

Please sign in to comment.