Where to put static files such as CSS in a spring-boot project?

后端 未结 10 2006
猫巷女王i
猫巷女王i 2020-12-02 09:47

In my current spring-boot project, my views have this line:


to reference a static css

10条回答
  •  离开以前
    2020-12-02 10:19

    I use Spring-Boot with Thymeleaf http://www.thymeleaf.org/

    This is the directory's structure like @Andy Wilkinson Response

    Example

    
    

提交回复
热议问题