修改数据库名称
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user