SpringBoot学习中遇到的问题

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学习中遇到的问题)