Uses RA 5.0.2-SNAPSHOT

This commit is contained in:
Marcin Grzejszczak
2022-05-23 11:53:23 +02:00
parent a187d70a34
commit 2a66444afb
13 changed files with 16 additions and 16 deletions

View File

@@ -25,9 +25,9 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.cloud.contract.stubrunner.StubFinder;
import org.springframework.cloud.contract.stubrunner.spring.AutoConfigureStubRunner;
import org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties;
@@ -46,7 +46,7 @@ public class LoanApplicationServiceTests {
// end::autoconfigure_stubrunner[]
@LocalServerPort
@Value("${local.server.port}")
Integer port;
@Autowired