diff --git a/operation-control-platform.iml b/operation-control-platform.iml index 5b69609f4a718d0f8f2cd62f019d95b4272cd7bd..c91bcf0fbb0a59c2df466658e35f089f9bcfd41c 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 aca07fbf309261a2b90ae0ea4cafa19b30659bbe..c5366b2ac0dfaff3cf0eb8df3ac4ba51074d3c90 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 9a47390d9617aabc3e54bfc2a15aa9f3adfa1936..2908598e879b7e7a1e7badb4313aee49109c2610 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}