Michal Kubele
10/31/2023, 11:34 PMjava.lang.NoClassDefFoundError: jakarta/servlet/DispatcherType
the initialisation is quite simple
val wireMockServer = WireMockServer(WireMockConfiguration.wireMockConfig().dynamicPort())
this problem is not on Spring Boot 3.1.5
I use the latest wiremock v3.2.0Tom
11/04/2023, 10:56 AMOleg Nenashev
11/04/2023, 11:04 AM