Skip to content

Commit

Permalink
Merge pull request fuzhengwei#25 from qq651901286/master
Browse files Browse the repository at this point in the history
[fix]-2-05-修复因为没打包进去导致404问题
  • Loading branch information
fuzhengwei committed Jan 4, 2023
2 parents 2da9722 + 2f375fb commit 8e07695
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions itstack-demo-netty-2-05/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@
<version>2.0.4.RELEASE</version>
</plugin>
</plugins>
<resource>
<directory>src/main/webapp</directory>
<targetPath>META-INF/resources</targetPath>
<includes>
<include>**/**</include>
</includes>
</resource>
<resources>
<resource>
<directory>src/main/webapp</directory>
<targetPath>META-INF/resources</targetPath>
<includes>
<include>**/**</include>
</includes>
</resource>
</resources>
</build>

</project>

0 comments on commit 8e07695

Please sign in to comment.