Compare commits
No commits in common. "eb9ac2cd79b04b5f171b5fbc174922f90734c239" and "178ae865df2683c7280a55e109ddd91ee2a9f0ca" have entirely different histories.
eb9ac2cd79
...
178ae865df
@ -7,6 +7,6 @@ spring:
|
|||||||
ddl-auto: update
|
ddl-auto: update
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
username: root
|
username: cubetiq
|
||||||
password: root
|
password: Root$
|
||||||
url: jdbc:mysql://192.168.0.150:3306/demo
|
url: jdbc:mysql://192.168.0.150:3306/demo
|
@ -7,6 +7,6 @@ spring:
|
|||||||
ddl-auto: update
|
ddl-auto: update
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
username: root
|
username: cubetiq
|
||||||
password: root
|
password: Root$
|
||||||
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
|
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
|
Loading…
Reference in New Issue
Block a user