From 5e81b7eba5eb3e29ef00287733221915a6c61bbe Mon Sep 17 00:00:00 2001
From: wangyifei <1522824457@qq.com>
Date: 星期二, 29 十月 2024 19:05:13 +0800
Subject: [PATCH] 降水范围校验接口第一次提交

---
 src/main/resources/application.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 090c255..a74060a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -12,9 +12,9 @@
   datasource:
     name: prod
     # JDBC 鍩烘湰閰嶇疆 &currentSchema=public
-    url: jdbc:postgresql://127.0.0.1:5433/ai?useAffectedRows=true
+    url: jdbc:postgresql://127.0.0.1:5432/ai?useAffectedRows=true
     username: postgres
-    password: postgres
+    password: 123456
     driver-class-name: org.postgresql.Driver
     platform: POSTGRESQL
     type: com.alibaba.druid.pool.DruidDataSource
@@ -94,7 +94,7 @@
 config:
   ver: 0.2
   # Gdal椹卞姩鐩綍
-  gdalPath: E:/terrait/TianJin/Zip/release-1928-x64-dev/release-1928-x64/bin
+  gdalPath: D:\Program Files\release-1928-x64-dev\release-1928-x64\bin
   #inPath: D:\simu\in
   inPath: D:\simu\uwsolver
   outPath: D:\simu\out

--
Gitblit v1.9.3