Skip to content

Commit 72f0b4a

Browse files
authored
Update application.yml
1 parent 93d8f23 commit 72f0b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coderiver_base/src/main/resources/application.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ spring:
66
datasource:
77
driver-class-name: com.mysql.jdbc.Driver
88
url: jdbc:mysql://localhost:3306/coderiver_base?characterEncoding=utf-8
9-
username: root
10-
password: 19900410
9+
username: username
10+
password: password
1111
jpa:
1212
database: mysql
1313
show-sql: true
14-
generate-ddl: false
14+
generate-ddl: false

0 commit comments

Comments
 (0)