springboot(八):springboot文件上傳、靜態資源映射

1.靜態資源 2.測試 啓動程序後訪問:http://localhost:8080/test/img/timg.jpg 3.直接訪問 如果直接訪問:可以得到圖片http://localhost:8080/img/timg.jpg ,但是這樣做無疑暴露了真實的地址。 4.定義攔截器攔截/img/* 攔截器代碼: package com.qianliu.springboot_test.intercep
相關文章
相關標籤/搜索