在application.properties加入
spring.resources.static-locations=classpath:/templates/
templates下的html无法访问static下的css,js类似
在application.properties加入
spring.resources.static-locations=classpath:/templates/,classpath:/static/
在application.properties加入
spring.resources.static-locations=classpath:/templates/
templates下的html无法访问static下的css,js类似
在application.properties加入
spring.resources.static-locations=classpath:/templates/,classpath:/static/