0
目錄結構春季啓動 - 不能包含靜態資源
我嘗試包括profile.html CSS
<link th:href="@{css/profile.css}" rel="stylesheet" />
但這不起作用
我的應用程序類
@SpringBootApplication
class Application
fun main(args: Array<String>) {
SpringApplication.run(Application::class.java, *args)
}
P.S.對不起,我的英文
你嘗試過靜態/ CSS/profile.css –
請看看這個鏈接https://stackoverflow.com/questions/29018892/how-add -static-網頁內容的彈簧啓動 – Generic