소스 검색

调整 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;