我正在尝试在Spring中呈现静态资源。尽管添加了注释,Spring并没有呈现它。
以下是快照:
我已采取下列步骤:
我正在键入地址:http://localhost:8080/StellarReceive/resources/hello.html
发布于 2017-05-12 09:15:47
只需将resources文件夹移动到WEB-INF下面即可
resources
WEB-INF
https://stackoverflow.com/questions/43929860
相似问题