java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Simplify DaprContainer with default values for Spring Boot apps

Open salaboy opened this issue 2 months ago • 0 comments

Expected Behavior

When defining DaprContainers for tests we should minimize the information required by the user.

Actual Behavior

We need to set the statestore for actors if the user wants to do workflows. We need to set up the app port and the appHealthCheck. This can be default values for spring boot apps.

Steps to Reproduce the Problem

Release Note

RELEASE NOTE:

salaboy avatar Oct 23 '25 15:10 salaboy