kevin1207 commited on
Commit
516ee4e
·
verified ·
1 Parent(s): 21b2796

Update application.yml

Browse files
Files changed (1) hide show
  1. application.yml +2 -1
application.yml CHANGED
@@ -26,4 +26,5 @@ mybatis-plus:
26
  mysql-ssl: true&verifyServerCertificate=true&requireSSL=true&clientCertificateKeyStoreUrl=classpath:mysql_ssl/mysql-keystore&clientCertificateKeyStorePassword=abc123&trustCertificateKeyStoreUrl=classpath:mysql_ssl/mysql-truststore&trustCertificateKeyStorePassword=123456
27
  # 定时请求时间 由系统时区决定
28
  cron:
29
- schedule: "0 45 18 * * ?"
 
 
26
  mysql-ssl: true&verifyServerCertificate=true&requireSSL=true&clientCertificateKeyStoreUrl=classpath:mysql_ssl/mysql-keystore&clientCertificateKeyStorePassword=abc123&trustCertificateKeyStoreUrl=classpath:mysql_ssl/mysql-truststore&trustCertificateKeyStorePassword=123456
27
  # 定时请求时间 由系统时区决定
28
  cron:
29
+ # schedule: "0 45 18 * * ?" 波兰 UTC +2时区
30
+ schedule: "0 45 00 * * ?" # huggingface上的容器时区默认为UTC+0