Spring Cloud Dataflow Custom App stuck in Deploying state
问题 I created a custom Spring Cloud Stream Processor Application and deployed it as the processor step in a Source|Processor|Sink stream. Everything seems to be working fine, but my custom app shows "deploying" in the dataflow UI. I'm deploying it as a SNAPSHOT from mavenLocal if that affects anything. Am I missing something to let SCDF know the deployment was successful? 回答1: The usual culprit, in this case, is the unavailability of Boot's actuator endpoints at runtime. More specifically, it is