This commit is contained in:
Sambo Chea 2020-06-24 10:32:56 +07:00
commit eb9ac2cd79
2 changed files with 6 additions and 6 deletions

View File

@ -7,6 +7,6 @@ spring:
ddl-auto: update
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: cubetiq
password: Root$
url: jdbc:mysql://192.168.0.150:3306/demo
username: root
password: root
url: jdbc:mysql://192.168.0.150:3306/demo

View File

@ -7,6 +7,6 @@ spring:
ddl-auto: update
datasource:
driver-class-name: org.postgresql.Driver
username: cubetiq
password: Root$
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
username: root
password: root
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo