嘗試將簡單的css文件包含在vaadin路由中使用spring boot并擁有一個maven項目。當我在客戶端加載頁面時,我得到這個錯誤:Refused to apply style from 'http://localhost:8080/frontend/css/msas_login_page.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.當我嘗試訪問上面的網址時,我被重定向到這個html錯誤頁面Could not navigate to 'css/msas_login_page.css'Reason: Couldn't find route for 'css/msas_login_page.css'
在基于彈簧的項目中包含css與vaadin
慕尼黑5688855
2022-08-17 16:45:21