@@ -57,7 +57,7 @@ public class MysqlWatch {
MongoTemplate mongoTemplate;
- @Scheduled(fixedDelay = 1000)
+ @Scheduled(cron = "0 0/1 * * * ?")
public void getTsData() {
Connection connection = null;
Statement statement = null;