Springboot配置静态资源路径

spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/templates

你可能感兴趣的:(Java)