fix: 修改 systemutilservice currentTimestamp 为 null 的 bug
fix:修改 TAccount 没有@version 字段的 bug
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 4c33b78..a4d11c5 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -23,6 +23,9 @@
spring.thymeleaf.cache=false
spring.thymeleaf.enabled=true
+##################################################
+## quartz task scheduler
+shopbalance.updater.cron = 10/* * * * *
################################################
# user password
auth.password.bcrypt.length=10