前端
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index c151216..0af0533 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -13,5 +13,13 @@
 logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n
 logging.level.org.hibernate.SQL=debug
 #################### JSP PAGE ####################
-spring.mvc.view.prefix=/pages/
-spring.mvc.view.suffix=.jsp
\ No newline at end of file
+#spring.mvc.view.prefix=/pages/
+#spring.mvc.view.suffix=.jsp
+#################### thymeleaf ####################
+spring.mvc.static-path-pattern=/static/**
+spring.thymeleaf.prefix=classpath:/templates/
+spring.thymeleaf.suffix=.html
+spring.thymeleaf.encoding=UTF-8
+spring.thymeleaf.mode=HTML5
+spring.thymeleaf.cache=true
+spring.thymeleaf.enabled=true
\ No newline at end of file