# smallrye_config_example **Repository Path**: mirrors_andyglick/smallrye_config_example ## Basic Information - **Project Name**: smallrye_config_example - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-07 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = MicroProfile Config used in Tests with SmallRye Config Some projects are using Microprofile Config within their codebase but when it comes to testing, they lack an implementation which can be used in tests as well. This example project contains usage examples of https://github.com/smallrye/smallrye-config[SmallRye Config], an implementation of https://github.com/eclipse/microprofile-config/[Eclipse MicroProfile Config]. == Running [source,bash] ---- mvn install ---- == Further resources - https://github.com/eclipse/microprofile-config/[Configuration for MicroProfile^] - https://smallrye.io/docs/smallrye-config/index.html[SmallRye Config Documentation^] - https://blog.sebastian-daschner.com/entries/complex-project-setups-testcontainers[Running complex project setups with Testcontainers^], many thanks to Sebastian Daschner from whom I stole the idea and initial code base.