АБ
Size: a a a
АБ
IK
PK
DP
PK
IK
E
..
E
..
PS
VH
А
HashMap<String, String> fetchedData = newsResponseвот на это IDEA ругается что uncheckеd assignment
.block()
.bodyToMono(HashMap.class)
.block();
DM
HashMap<String, String> fetchedData = newsResponseвот на это IDEA ругается что uncheckеd assignment
.block()
.bodyToMono(HashMap.class)
.block();
А
ЖМ
HashMap<String, String> fetchedData = newsResponseвот на это IDEA ругается что uncheckеd assignment
.block()
.bodyToMono(HashMap.class)
.block();
toEntity
можно получить будет ResponseEntity<T>
с любым status codeAE
A
и B
имеют общую зависимость, которую я могу вынести на уровень выше. Документация говорит нам о том, что мы можем так сделать: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
test
?