提交 b216e948 编写于 作者: 6 63650ad6a5590a2c92b8ae9b

refactor: 更新链接mysql8时 增加多 allowPublicKeyRetrieval 参数

上级 d4d45434
......@@ -55,7 +55,7 @@ logging.level.com.kanlon.cfile.controller=DEBUG
mybatis.type-aliases-package=com.kanlon.domain.po
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/cfile?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.url=jdbc:mysql://localhost:3306/cfile?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=cfile_admin
spring.datasource.password=cfile_admin_password
# 驼峰自动转下划线
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册