美文网首页
SpringBoot学习中遇到的问题

SpringBoot学习中遇到的问题

作者: Bury丶冬天 | 来源:发表于2018-04-21 19:58 被阅读0次
1.配置文件中中文乱码

解决办法:参考Springboot 之 解决IDEA读取properties配置文件的中文乱码问题

2.SpringBoot配置SSL出现 ERR_SSL_VERSION_OR_CIPHER_MISMATCH 错误

解决办法:参考SpringBoot系列(5)---SpringBoot-Web和SpringBoot基础

3.Spring Security验证用户的时候报:There is no PasswordEncoder mapped for the id "null"

解决办法:参考Spring Security inMemoryAuthentication 验证失败

4.使用docker启动mysql 状态为 Exited

解决办法:参考docker启动Mysql

5.navicat 连接 mysql8.0报错 2059 authentication plugin

解决办法:参考MySQL8.0出现2059错误

6.docker启动mysql后,远程连接报(Authentication plugin 'caching_sha2_password' cannot be loaded)的错误

解决办法:ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded
]

相关文章

网友评论

      本文标题:SpringBoot学习中遇到的问题

      本文链接:https://www.haomeiwen.com/subject/rombkftx.html