We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1aa24 commit ad015deCopy full SHA for ad015de
spring-customer/src/main/resources/application.properties
@@ -6,9 +6,9 @@ eureka.client.service-url.defaultZone=http://127.0.0.1:8761/eureka
6
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
7
8
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/
+spring.datasource.url=
+spring.datasource.username=
+spring.datasource.password=
12
13
# 连接池配置
14
# 连接池启动时创建的连接数量的初始值
0 commit comments