소스 검색

调整配置

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