2017-11-11 112 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

回答