摘要: mybatis-plus官网:https://mp.baomidou.com/ 一 、mybatis-plus快速部署 1、初步配置,基于springboot,创建springboot工程,导入依赖 <!-- https://mvnrepository.com/artifact/mysql/mysq 阅读全文
posted @ 2022-07-15 01:57 花椒蛋炒饭 阅读(307) 评论(0) 推荐(0)
摘要: 一、操作数据库基本命令 1、数据库的基本命令 mysql -u root -p123456 --连接数据库 update mysql.user set authentication_string=password('123456') where user='root' and Host = 'loc 阅读全文
posted @ 2022-07-15 01:50 花椒蛋炒饭 阅读(268) 评论(0) 推荐(0)