You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
---
17
17
18
-
**WireMock Spring Boot** library drastically simplifies WireMock configuration in a **Spring Boot** and **JUnit 5** application.
18
+
**WireMock Spring Boot** library drastically simplifies WireMock configuration in a **Spring Boot** and **JUnit** application.
19
19
20
20
See the [WireMock Spring Boot doc page](https://wiremock.org/docs/spring-boot/) for installation and usage details. There are also [running examples of use cases](https://github.com/wiremock/wiremock-spring-boot/tree/main/src/test/java/usecases).
21
21
@@ -25,7 +25,7 @@ See the [WireMock Spring Boot doc page](https://wiremock.org/docs/spring-boot/)
25
25
* Support for **multiple**`WireMockServer`**instances** - one per HTTP client as recommended in the WireMock documentation
26
26
* Automatically sets Spring environment properties
27
27
* Does not pollute Spring application context with extra beans
28
-
28
+
* Available in `org.wiremock.integrations:wiremock-spring-boot` and standalone without transitives in `org.wiremock.integrations:wiremock-spring-boot-standalone`
0 commit comments