Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c6ca8e7

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /