Skip to content

Commit ad015de

Browse files
committed
fix(删除数据源配置):赶紧删配置
1 parent db1aa24 commit ad015de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-customer/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ eureka.client.service-url.defaultZone=http://127.0.0.1:8761/eureka
66
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
77

88
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
9-
spring.datasource.url=jdbc:mysql://localhost:3306/attendance?useUnicode=true&characterEncoding=utf-8&useSSL=false
10-
spring.datasource.username=root
11-
spring.datasource.password=qlq1995/
9+
spring.datasource.url=
10+
spring.datasource.username=
11+
spring.datasource.password=
1212

1313
# 连接池配置
1414
# 连接池启动时创建的连接数量的初始值

0 commit comments

Comments
 (0)