修改数据库名称

This commit is contained in:
wh
2026-05-06 00:11:00 +08:00
parent fbbd73c916
commit 99ffa9d490

View File

@@ -7,7 +7,7 @@ spring:
application:
name: lablesys-backend
datasource:
url: ${DB_URL:jdbc:postgresql://39.107.112.174:5432/lablesystem_test}
url: ${DB_URL:jdbc:postgresql://39.107.112.174:5432/lablesystem}
username: ${DB_USERNAME:postgres}
password: ${DB_PASSWORD:postgres!Pw}
driver-class-name: org.postgresql.Driver