1. Problem solving
springboot—————————————-
@SpringBootTest
@RunWith(SpringRunner.class)
pom
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>