I am new to spring frame work and spring boot.I am trying to add the static html file with CSS,javascript,js. the file structure is
This is what worked for me after many attempts:
/resources/static/css/stylesheet.css
th:href="@{/css/stylesheet.css}"
@Override public void configure(WebSecurity web) throws Exception { web.ignoring().antMatchers("/css/**"); }