From 33edaa135ae55e341ab04f98bba0f7d2f5c6aa39 Mon Sep 17 00:00:00 2001 From: xxxxxwwwww <3040838740@qq.com> Date: Wed, 30 Mar 2022 13:45:49 +0800 Subject: [PATCH] Merge branch 'master' of D:\operation-control-platform with conflicts. --- operation-control-platform.iml | 7 +------ src/main/resources/application-local.yml | 4 ++-- src/main/resources/application.yml | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/operation-control-platform.iml b/operation-control-platform.iml index 5b69609..c91bcf0 100644 --- a/operation-control-platform.iml +++ b/operation-control-platform.iml @@ -1,10 +1,5 @@ - - - @@ -82,7 +77,6 @@ - @@ -115,6 +109,7 @@ + diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index aca07fb..c5366b2 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: 123456 + password: 1234 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/test?currentSchema=operating_platform&stringtype=unspecified&TimeZone=Asia/Shanghai&useAffectedRows=true + url: jdbc:postgresql://localhost:5432/pms_accept?currentSchema=operating_platform&stringtype=unspecified&TimeZone=Asia/Shanghai&useAffectedRows=true knife4j: enable: true diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9a47390..2908598 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8020 + port: 9999 # servlet: # context-path: ${context-path:/pms-ocp} -- 2.26.0