From e64b967ba5eba17e3b497fa35abc1aa39e7f07aa Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 02 九月 2023 08:54:22 +0800
Subject: [PATCH] 资源表添加pubid,发布表去除regid、添加layerid和serviceid

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0b1279f..a5e509c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -47,7 +47,7 @@
     # JDBC 鍩烘湰閰嶇疆 &currentSchema=public
     url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true
     #url: jdbc:postgresql://127.0.0.1:5433/moon?useAffectedRows=true
-    username : postgres
+    username: postgres
     password: Postgres!_14_moon
     #password: postgres
     driver-class-name: org.postgresql.Driver

--
Gitblit v1.9.3