Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
8dae438d
Commit
8dae438d
authored
Oct 09, 2018
by
Junling Bu
Browse files
fix[litemall-db]:数据库的连接增加allowPublicKeyRetrieval配置,否则MySQL8会报错
parent
420650e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/litemall/application-db.yml
View file @
8dae438d
...
@@ -7,7 +7,7 @@ pagehelper:
...
@@ -7,7 +7,7 @@ pagehelper:
spring
:
spring
:
datasource
:
datasource
:
druid
:
druid
:
url
:
jdbc:mysql://localhost:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&verifyServerCertificate=false&useSSL=false
url
:
jdbc:mysql://localhost:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&
allowPublicKeyRetrieval=true&
verifyServerCertificate=false&useSSL=false
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
litemall
username
:
litemall
password
:
litemall123456
password
:
litemall123456
...
...
litemall-db/src/main/resources/application-db.yml
View file @
8dae438d
...
@@ -7,7 +7,7 @@ pagehelper:
...
@@ -7,7 +7,7 @@ pagehelper:
spring
:
spring
:
datasource
:
datasource
:
druid
:
druid
:
url
:
jdbc:mysql://localhost:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&verifyServerCertificate=false&useSSL=false
url
:
jdbc:mysql://localhost:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&
allowPublicKeyRetrieval=true&
verifyServerCertificate=false&useSSL=false
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
username
:
litemall
username
:
litemall
password
:
litemall123456
password
:
litemall123456
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment