浏览代码

调整配置

yumeng 4 年之前
父节点
当前提交
f509245dae
共有 1 个文件被更改,包括 2 次插入1 次删除
  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