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

后端 未结 10 2009
猫巷女王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:09

    • src/resource/static/css
    • src/resource/static/js
    • src/resource/static/images

    Not use @EnableWebMvc if you are using spring boot and check spring sercurity.

提交回复
热议问题