springboot項目結構如下
image.png
在瀏覽器中無法直接訪問
http://localhost:8080/registerenterprise.html
(springmvc的web項目可直接訪問)解決方案是在appliation.properties下添加
spring.resources.static-locations=classpath:/templates/
表明靜態資源的位置,即可直接訪問
springboot項目結構如下
http://localhost:8080/registerenterprise.html
(springmvc的web項目可直接訪問)spring.resources.static-locations=classpath:/templates/