Update application-mysql.yml
This commit is contained in:
parent
7e29dca769
commit
d761ce30f1
@ -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: cubetiq
|
username: root
|
||||||
password: Root$
|
password: root
|
||||||
url: jdbc:mysql://192.168.0.150:3306/demo
|
url: jdbc:mysql://192.168.0.150:3306/demo
|
Loading…
Reference in New Issue
Block a user