验证码
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 0af0533..0a24848 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -21,5 +21,16 @@
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
+spring.thymeleaf.cache=false
+spring.thymeleaf.enabled=true
+#################### Redis ####################
+# Redis settings
+redis.server=172.28.201.101
+redis.port=16379
+redis.password=kingstar
+redis.database=0
+#################### jwt ####################
+# jwt settings
+jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
+jwt.expiration=3600
+jwt.header=payapi
\ No newline at end of file