嘗試將簡(jiǎn)單的css文件包含在vaadin路由中使用spring boot并擁有一個(gè)maven項(xiàng)目。當(dāng)我在客戶端加載頁(yè)面時(shí),我得到這個(gè)錯(cuò)誤: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.當(dāng)我嘗試訪問(wèn)上面的網(wǎng)址時(shí),我被重定向到這個(gè)html錯(cuò)誤頁(yè)面Could not navigate to 'css/msas_login_page.css'Reason: Couldn't find route for 'css/msas_login_page.css'
在基于彈簧的項(xiàng)目中包含css與vaadin
慕尼黑5688855
2022-08-17 16:45:21