摘要:
1. 首先说明: 正确的修改密码方式: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY "123456"; 错误的修改方式: UPDATE user SET authentication_string="1 阅读全文
摘要:
1.在编写第一个hello springboot项目时遇到的bug。 Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package. 警告:你的应用上下文可能没有启动,因为你将注 阅读全文