|
@@ -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;
|