Commit 12b89bdd by yangkuo

修改配置文件数据库地址

parent 133b3aa6
......@@ -9,7 +9,7 @@ spring:
datasource:
driver-class-name: org.postgresql.Driver
platform: postgresql
url: jdbc:postgresql://47.94.227.24:5432/postgres?currentSchema=public
url: jdbc:postgresql://localhost:5432/postgres?currentSchema=public
username: postgres
password: postgres
type: com.zaxxer.hikari.HikariDataSource
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment