2017-11-11 154 views
0

目錄結構春季啓動 - 不能包含靜態資源

enter image description here

我嘗試包括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.對不起,我的英文

+0

你嘗試過靜態/ CSS/profile.css –

+0

請看看這個鏈接https://stackoverflow.com/questions/29018892/how-add -static-網頁內容的彈簧啓動 – Generic

回答