maven project, can't find the file under resource

Memo:
maven project, can not find the file under the resource, add the following code to the pom file, you can.
<resource>
<directory>
src/main/resources</directory>
<filtering>true</filtering></resource>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326584047&siteId=291194637