@@ -113,6 +113,18 @@ For experienced users:
113113- [ Performance Optimization] ( advanced/performance-optimization.md )
114114- [ Extending the Framework] ( advanced/extending-framework.md )
115115
116+ ### Spring Boot Integration
117+
118+ Seamlessly integrate Aether Datafixers into Spring Boot applications:
119+
120+ - [ Spring Boot Overview] ( spring-boot/index.md ) — Introduction to the Spring Boot starter
121+ - [ Quick Start] ( spring-boot/getting-started.md ) — Add the starter and run your first migration
122+ - [ Configuration Reference] ( spring-boot/configuration.md ) — All configuration properties
123+ - [ MigrationService API] ( spring-boot/migration-service.md ) — Fluent migration API
124+ - [ Multi-Domain Setup] ( spring-boot/multi-domain.md ) — Managing multiple DataFixer instances
125+ - [ Actuator Integration] ( spring-boot/actuator.md ) — Health indicators and endpoints
126+ - [ Metrics Integration] ( spring-boot/metrics.md ) — Micrometer metrics for observability
127+
116128### Support
117129
118130- [ Troubleshooting] ( troubleshooting/index.md )
@@ -129,6 +141,7 @@ For experienced users:
129141| ` aether-datafixers-api ` | Core interfaces and API contracts |
130142| ` aether-datafixers-core ` | Default implementations |
131143| ` aether-datafixers-codec ` | GsonOps, JacksonOps implementations |
144+ | ` aether-datafixers-spring-boot-starter ` | Spring Boot auto-configuration, MigrationService, Actuator, Metrics |
132145| ` aether-datafixers-cli ` | Command-line interface for data migration |
133146| ` aether-datafixers-testkit ` | Testing utilities for DataFix, Schema, and migration testing |
134147| ` aether-datafixers-schema-tools ` | Schema analysis, validation, and diffing utilities |
0 commit comments