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