79477814

Date: 2025-03-01 15:24:12
Score: 1.5
Natty:
Report link

Ended up using

plugins {
    id 'java'
    id 'org.springframework.boot' version '3.3.4'
    id 'io.spring.dependency-management' version '1.1.4'
}
testImplementation "org.wiremock:wiremock-jetty12:3.10.0"

as in example

https://github.com/wiremock/wiremock-examples/tree/main/spring-boot/spring-boot-3/wiremock-jetty-12

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Levijatanu