Fixed the Broken Test

This commit is contained in:
Mona Mohamadinia 2020-08-18 00:55:42 +04:30
parent 89ef54df80
commit ba5f54d666
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.baeldung.probes.ProbesApplication</mainClass>
</configuration>
</plugin>
</plugins>
</build>