From 4af1596747859872352f8d97000b0c9cd47fc7e2 Mon Sep 17 00:00:00 2001 From: itcast Date: Sat, 12 Mar 2022 10:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=BA=93=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=AE=A1=E7=90=86=E6=8E=A5=E5=8F=A3-?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operation-control-platform.iml | 6 +++--- src/main/resources/application-local.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operation-control-platform.iml b/operation-control-platform.iml index 5f7ca8d..5b69609 100644 --- a/operation-control-platform.iml +++ b/operation-control-platform.iml @@ -16,8 +16,8 @@ - - + + @@ -73,7 +73,7 @@ - + diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 0f73a77..fff10d7 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -2,11 +2,11 @@ spring: datasource: driver-class-name: org.postgresql.Driver username: postgres - password: 1234 + password: root type: com.zaxxer.hikari.HikariDataSource # jdbc-url: jdbc:postgresql://192.168.43.20:33072/pms3?currentSchema=public&stringtype=unspecified&TimeZone=Asia/Shanghai&useAffectedRows=true # jdbc-url: jdbc:postgresql://172.20.10.9:33072/pms3?currentSchema=public&stringtype=unspecified&TimeZone=Asia/Shanghai&useAffectedRows=true - url: jdbc:postgresql://localhost:5432/postgres?currentSchema=operating_platform&stringtype=unspecified&TimeZone=Asia/Shanghai&useAffectedRows=true + url: jdbc:postgresql://localhost:5432/server?currentSchema=operating_platform&stringtype=unspecified&TimeZone=Asia/Shanghai&useAffectedRows=true knife4j: enable: true -- 2.26.0