瀏覽代碼

调整 pg 采集事件

guoqiang 5 月之前
父節點
當前提交
02d211a3f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jeecg-module-gather/src/main/java/org/jeecg/modules/watch/PostgreSQLWatch.java

+ 1 - 1
jeecg-module-gather/src/main/java/org/jeecg/modules/watch/PostgreSQLWatch.java

@@ -50,7 +50,7 @@ public class PostgreSQLWatch {
     @Autowired
     MongoTemplate mongoTemplate;
 
-    @Scheduled(cron = "0 */5 * * * ?")
+//    @Scheduled(cron = "0 */5 * * * ?")
     public void getTsData() {
         Connection connection = null;
         PreparedStatement statement = null;