Springboot 打成jar包靜態資源問題

2021-10-09 22:23:43 字數 437 閱讀 5476

在springboot中,特定的存放靜態資源的目錄有

這些資料夾的優先順序從上到下一次遞減,所以當有同名檔案時,後優先訪問resouces/meta-inf/resouces最後訪問resouces/public

當然也可以新增自己的靜態檔案目錄

在配置檔案中新增 spring.resources.static-location來指定目錄。這會覆蓋預設的配置

在pom資料夾下進行如下配置才可以

meta-inf/resources

**/**

src/main/resources

$/classes

pro/*

dev/*

test/*

true

meta-inf/resources

**/**

Idea打包 scala打成jar包

file project structure artifacts jar from modules de ok 什麼都不用選,直接ok 把相關依賴包全刪了,留最後乙個out 修改下output directory的路徑為e mysalcaworkspace spark 這裡是自己的專案名 out 備...

springboot 啟動jar指令碼

bin bash 這裡可替換為你自己的執行程式,其他 無需更改,使用絕對路徑是為了jps的時候有名稱 cur dir cd dirname 0 pwd 使用說明,用來提示輸入引數 usage 檢查程式是否在執行 is exist 如果不存在返回1,存在返回0 if z then return 1 e...

SpringBoot將專案打成war包步驟解析

1.修改pom.xml檔案 www.cppcns.com.org xsd m en 4.0.0.xsd 4.0.0 top.ytheng springboot demo 0.0.1 war org.springframework.boot spring boot starter parent 2.0...