We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df7293 commit 5d82f7eCopy full SHA for 5d82f7e
qmq-demo/src/main/resources/application.properties
@@ -7,8 +7,8 @@ executor.queueSize=100
7
8
# 请在该db同一个实例上使用qmq-dist/sql/init_client.sql初始化qmq_produce db
9
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/order_db
10
-spring.datasource.username=root
11
-spring.datasource.password=851025
+spring.datasource.username=
+spring.datasource.password=
12
spring.jpa.database=MYSQL
13
spring.jpa.show-sql=true
14
0 commit comments