maciejwalkowiak / wiremock-spring-boot

WireMock Spring Boot drastically simplifies testing HTTP clients in Spring Boot & Junit 5 based integration tests.
MIT License
218 stars 13 forks source link

Favor `@Value` to retrieve property value in README example #17

Closed scordio closed 10 months ago

scordio commented 10 months ago

I propose to use @Value to retrieve the property value in the README example, more declarative than the usage of Environment.

Of course, feel free to close it if you don't like the idea 🙂