【发布时间】:2018-04-24 15:58:00
【问题描述】:
目录结构
我尝试在 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)
}
附:对不起我的英语
【问题讨论】:
-
你试过static/css/profile.css
标签: css spring spring-boot kotlin