春季启动 - 不能包含静态资源

春季启动 - 不能包含静态资源

问题描述:

目录结构春季启动 - 不能包含静态资源

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://*.com/questions/29018892/how-add -static-网页内容的弹簧启动 – Generic

这是一个很好的例子,如果你试图从静态内容开始使用jsp页面。

我希望这可以帮助

spring-boot-hello-world-example-jsp