🎉 init(init):初始化仓库

This commit is contained in:
张鑫
2025-12-23 08:38:08 +08:00
parent 36226cc9fe
commit 066fe58f89
34 changed files with 3402 additions and 2 deletions

11
config.nifi Normal file
View File

@@ -0,0 +1,11 @@
[postgresql]
host = localhost
port = 5432
database = datastore
user = postgres
password = postgres
schema = public
tablename=irrigation_data
[logging]
level = INFO