Maven
未读
maven资源文件不配置
maven项目在运行时非resources目录下的资源文件不配置 在pom.xml文件中添加如下配置 <build>
<resources>
<resource>
<directory>src/main/resource