在pom.xml中配置

<build>
        <testResources>
            <testResource>
                <directory>${project.basedir}/src/test/resources</directory>
            </testResource>
            <testResource>
                <directory>${project.basedir}/src/main/resources</directory>
            </testResource>
        </testResources>
</build>

 

相关文章:

  • 2021-06-11
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2021-08-27
  • 2022-01-01
  • 2021-06-05
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-11-02
相关资源
相似解决方案