Skip to content

SpringBoot+Vue3;家庭物品收纳整理学习网站及其后台管理系统,整合ElementPlus、Mybatis-Plus、wangEditor、西瓜播放器

Notifications You must be signed in to change notification settings

zhoujs14/JavaWebGraduateDesign

Repository files navigation

家庭物品整理收纳学习网站

项目说明

家庭物品整理收纳学习网站(前台、后台) 前端:Vue ElementPlus 西瓜播放器 wangEditor
后端: Springboot MybatisPlus Hutool
数据库: MySQl

系统功能 后台管理 讨论模块 首页

Springboot+Vue环境搭建

<dependency>
    <groupId>com.baomidou</groupId>
    <artifactId>mybatis-plus-boot-starter</artifactId>
    <version>3.4.3.1</version>
</dependency>

添加完后点击IDEA右上角小图标可开始下载

数据库配置

mysql安装

下载和安装MySQL(傻瓜)教程_全 洛的博客-CSDN博客_mysql下载安装教程

C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 11
Server version: 8.0.28 MySQL Community Server - GPL

Copyright (c) 2000, 2022, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql卸载

(1)控制面板,卸载MySQL。这样并没有卸载干净

(2)找到之前安装MySQL的路径,删除MySQL文件夹。比如:我的安装路径在C盘 ,C盘–> Program Files–> MySQL --> 删掉MySQL文件夹(因为文件夹中还有残留文件)

(3)打开C盘 --> 找到programDate(这个是隐藏文件)–> MySQL --> 删掉MySQL文件夹(因为这个文件夹中还有数据残留)

(4)清理注册表(一般不需要,除非安装的时候出问题) 先进入注册表:win+R --> 输入regedit,根据下面给出的路径,在注册表中找到MySQL目录进行删除

    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\EventLog\Application\MySQL目录
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\EventLog\Application\MySQL目录
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\MySQL目录
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl001\Services\MySQL目录
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl002\Services\MySQL目录
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySQL目录

About

SpringBoot+Vue3;家庭物品收纳整理学习网站及其后台管理系统,整合ElementPlus、Mybatis-Plus、wangEditor、西瓜播放器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published