春季启动 - 不能包含静态资源
问题描述:
目录结构春季启动 - 不能包含静态资源
我尝试包括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