Solution:
Add the following codes in the pom file:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
Add the following codes in the pom file:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
Add it to the pom file to solve it
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency>