Skip to content

Commit c6ca8e7

Browse files
committed
fix: 处理[mpdemo]启动时数据库连接异常
1 parent 2249fb4 commit c6ca8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpdemo/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server:
22
port: 8889
33
spring:
44
datasource:
5-
url: jdbc:mysql://localhost:3306/zero?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
5+
url: jdbc:mysql://localhost:3306/zero?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
66
username: root
77
password: root
88
driver-class-name: com.mysql.cj.jdbc.Driver

0 commit comments

Comments
 (0)