本音乐网站的客户端和管理端使用 Vue 框架来实现,服务端使用 Spring Boot + MyBatis 来实现,数据库使用了 MySQL。
实现思路可以看这里:
https://yin-hongwei.github.io/2019/03/04/music/
项目启动方法看文章末尾~
SpringBoot + MyBatis
Vue3.0 + TypeScript + Vue-Router + Vuex + Axios + ElementPlus + Echarts
JDK:jdk-8u141
mysql:mysql-5.7.21-1-macos10.13-x86_64(或者更高版本)
node:v14.17.3
IDE:IntelliJ IDEA 2018、VSCode
git clone git@github.com:Yin-Hongwei/music-website.git
# 上面下载慢可以用下面这个
git clone git@gitee.com:Yin-hongwei/music-website.git
下载链接:https://pan.quark.cn/s/088e0b8a6957
去下载网站依赖的歌曲及图片,将 data 夹里的文件放到 music-server 文件夹下。
注意:资源整理了一下,按照下面的截图存放。
1)创建数据库 将 music-website/music-server/sql 文件夹中的 tp_music.sql 文件导入数据库。
2)修改用户名密码 修改 music-website/music-server/src/main/resources/application.properties 文件里的 spring.datasource.username 和 spring.datasource.password;
// 方法一
./mvnw spring-boot:run
// 方法二
mvn spring-boot:run // 前提装了 maven
npm install // 安装依赖
npm run serve // 启动前台项目
npm install // 安装依赖
npm run serve // 启动后台管理项目
下载链接:https://pan.quark.cn/s/5613280cf2ba
建议先把下载链接复制到电脑浏览器打开,然后再下载源码,比较方便。