mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
- Add comprehensive README for the webmvc and extensions starters - Remove redundant starter dependencies from GeoServer app modules - Add clearer comments about inherited dependencies - Clarify dependency inheritance from parent pom files - Document which starters a typical GeoServer microservice needs - Explain that most services only need webmvc and extensions starters - Describe what functionality each starter provides - Note that parent POM already includes necessary starters This documentation helps developers understand the dependency relationships between starters and clarifies which starters are needed for different use cases. This improves dependency management consistency across the codebase while maintaining the exact same functionality.