yumeng hace 4 años
padre
commit
f509245dae
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/main/resources/application.properties

+ 2 - 1
src/main/resources/application.properties

@@ -5,4 +5,5 @@ server.context-path=/
 ### resources
 spring.mvc.static-path-pattern=/static/**
 spring.resources.static-locations=classpath:/static/
-
+spring.mvc.view.prefix=/WEB-INF/
+spring.mvc.view.suffix=.jsp