Spring Boot Integration
The pipelite-spring-starter module provides native integration with Spring Boot 3.1.1+.
Features
-
Automatic autoconfiguration of the
PipeliteContext. -
Declarative flow definition via
@FlowConfigurationand@DefineFlowannotations. -
Lifecycle management via Spring’s
SmartLifecycle. -
@EnablePipelite(flowConfigurations = …)annotation to activate the integration. -
${property.key}placeholder resolution in endpoint URLs via the SpringEnvironment.
| Page | Content |
|---|---|
How autoconfiguration works, |
|
Using |
|
All supported |