https://blog.csdn.net/qq_32814555/article/details/82803017

***************************************************************

在项目的pom.xml 文件中加上

<build>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
        </plugins>
    </build>

相关文章:

  • 2021-04-13
  • 2022-02-21
  • 2022-02-20
  • 2021-08-04
  • 2022-12-23
  • 2021-04-02
猜你喜欢
  • 2021-12-23
  • 2021-11-18
  • 2022-01-08
  • 2021-10-25
  • 2021-06-07
  • 2022-12-23
  • 2022-02-09
相关资源
相似解决方案