连接独立数据库

This commit is contained in:
liuchengqian 2025-04-10 15:20:03 +08:00
parent a26dd232d7
commit 8f6cfa6008

View File

@ -1,7 +1,7 @@
server.port = 7801
## 数据源配置
spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new
spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new_allinpay
spring.datasource.userName = fire_manage
spring.datasource.password = fire456
spring.datasource.driverClassName = org.postgresql.Driver