Skip to content

Commit 5d82f7e

Browse files
author
zh_yu
committed
typo
1 parent 7df7293 commit 5d82f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qmq-demo/src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ executor.queueSize=100
77

88
# 请在该db同一个实例上使用qmq-dist/sql/init_client.sql初始化qmq_produce db
99
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/order_db
10-
spring.datasource.username=root
11-
spring.datasource.password=851025
10+
spring.datasource.username=
11+
spring.datasource.password=
1212
spring.jpa.database=MYSQL
1313
spring.jpa.show-sql=true
1414

0 commit comments

Comments
 (0)