idea下springboot 項目在static目錄下添加文件不生效

idea下springboot 項目在static目錄下添加文件不生效

問題描述
是這樣子的,個人項目目錄結構以下:
s_w_3
我在static目錄下,建立了index.html和aaaa.jpg這兩個文件。而後,啓動服務訪問 http://loclahost:8080/
能夠正常訪問
s_w_2
如今,有我建立test目錄,添加這兩個文件。目錄以下:
s_w_1
如今,我重啓服務,訪問 http://localhost:8080/test/aaaa.jpg 出現404
s_w_4html

打開target目錄以下
s_w_5
能夠看到靜態static下沒有test目錄。因此,404很正常。spring

解決辦法,在pom文件添加build以下:springboot

s_w_6
刪除,再添加文件,重啓服務。頁面能夠訪問了。ide

有問題,請留言!ui

我的博客地址: https://blog.ailijie.top/arch...idea

相關文章
相關標籤/搜索