Skip to content

Commit f0e6425

Browse files
authored
[ISSUE #13003] 修复单机默认配置启动时,未使用derby数据库问题 (#13004)
1 parent 762303b commit f0e6425

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

console/src/main/resources/application.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ server.port=8848
3333
### Deprecated configuration property, it is recommended to use `spring.sql.init.platform` replaced.
3434
# spring.datasource.platform=mysql
3535
# nacos.plugin.datasource.log.enabled=true
36-
spring.sql.init.platform=mysql
36+
#spring.sql.init.platform=mysql
3737
### Count of DB:
38-
db.num=1
38+
# db.num=1
3939

4040
### Connect URL of DB:
41-
db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
42-
db.user=root
43-
db.password=11021102
41+
# db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
42+
# db.user=nacos
43+
# db.password=nacos
4444

4545
### the maximum retry times for push
4646
nacos.config.push.maxRetryTime=50

0 commit comments

Comments
 (0)