|
@@ -1,9 +1,9 @@
|
|
### web
|
|
### web
|
|
server.port=8086
|
|
server.port=8086
|
|
-server.context-path=/
|
|
|
|
|
|
+# server.context-path=/
|
|
|
|
|
|
### resources
|
|
### resources
|
|
-spring.mvc.static-path-pattern=/static/**
|
|
|
|
-spring.resources.static-locations=classpath:/static/
|
|
|
|
-spring.mvc.view.prefix=/WEB-INF/
|
|
|
|
-spring.mvc.view.suffix=.jsp
|
|
|
|
|
|
+#spring.mvc.static-path-pattern=/static/**
|
|
|
|
+#spring.resources.static-locations=classpath:/static/
|
|
|
|
+#spring.mvc.view.prefix=/WEB-INF/
|
|
|
|
+#spring.mvc.view.suffix=.jsp
|