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 2249fb4 commit c6ca8e7Copy full SHA for c6ca8e7
mpdemo/src/main/resources/application.yml
@@ -2,7 +2,7 @@ server:
2
port: 8889
3
spring:
4
datasource:
5
- url: jdbc:mysql://localhost:3306/zero?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
+ url: jdbc:mysql://localhost:3306/zero?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
6
username: root
7
password: root
8
driver-class-name: com.mysql.cj.jdbc.Driver
0 commit comments