13.音乐管理系统(基于SpringBoot + Vue)

目录

1.系统的受众说明     ​​​​​​​

2 需求分析

2.1用例图及用例分析

2.1.1 用户用例图及用例分析

2.1.2 管理员用例图及用例分析

2.2 系统结构图和流程图

2.2.1 音乐播放器的系统流程图(图2.2.1-1)

2.2.2 系统功能表(表2.2.2-1)和系统功能结构图(图2.2.2-1)

2.3 系统界面需求

2.4 系统性能需求

3 初步设计

3.1 系统的可行性研究

3.1.1 技术可行性

3.1.2 经济可行性

3.1.3 法律可行性

3.2 软件目标

3.3 总体设计路线

4详细设计

4.1 整体概括 

4.1.1 项目目的和目标

4.1.2 软件运转环境

4.2 详细需求

4.2.1 E-R图

4.3 功能需求

4.3.1 播放器的前端

4.3.2 播放器的后端

4.3.3 数据库设计

4.3.3.1 admin表

4.3.3.2 conllect表

4.3.3.3 comment表

4.3.3.4 consumer表

4.3.3.5 list_song表

4.3.3.6 rank表

4.3.3.7 singer表

4.3.3.8 song表

4.3.3.9 song_list表

5 编程实现

5.1 外部接口-前端界面实现

5.1.1 登录页面

5.1.2 播放器

5.1.3 首页

5.1.4 歌词页面

5.1.5 歌单详情页

5.2 内部接口-后端实现

5.2.1 管理员模块

5.2.2 收藏模块

5.2.3 评论区模块

5.2.4 前端用户控制模块

5.2.5 歌单模块

5.2.6 评价模块

5.2.7 歌手模块

5.2.8 歌曲模块

5.3 数据库交互

6 界面展示与测试

6.1 前端界面展示

6.2 后端界面展示

6.3 数据库界面展示


 

1.系统的受众说明
     
 

     1 在校学习的学生,可用于日常学习使用或是毕业设计使用

     2 毕业一到两年的开发人员,用于锻炼自己的独立功能模块设计能力,增强代码编写能力。

     3 亦可以部署为商化项目使用。

     4 需要完整资料及源码,请在文末获取联系方式领取。

2 需求分析

2.1用例图及用例分析

根据项目的目标,我们可获得项目系统的基本需求,以下从不同角度来描述系统的需求,并且使用用例图来描述系统的功能需求,我们分成三部分来概括,即播放器的前端,播放器的后端和数据库。以下分别描述:

2.1.1 用户用例图及用例分析

图2.1.1-1 用户用例

用例名称:播放

参与者:用户

目标:使得用户可以播放在歌单中选中的歌曲

前置条件:播放器正在运行

基本事件流:1. 用户单击“播放”按钮

            2. 播放器将播放列表中的当前歌曲

用例名称:暂停

参与者:用户

目标:使得用户可以暂停在歌单中选中的歌曲

前置条件:歌曲正在播放且未停止和暂停

基本事件流:1. 用户单击“暂停”按钮

            2. 播放器将暂停当前歌曲

用例名称:上一首/下一首

参与者:用户

目标:使得用户可以听上一首或下一首歌曲

前置条件:播放器正在播放或暂停

基本事件流:1. 用户单击“上一首或下一首”按钮

            2. 播放器将播放上一首或下一首歌曲

用例名称:分享

参与者:用户

目标:使得用户可以分享当前歌曲

前置条件:播放器正在运行

基本事件流:1. 用户单击“分享”按钮

            2. 生成并复制分享链接

用例名称:下载

参与者:用户

目标:使得用户可以下载在歌单中选中的歌曲

前置条件:播放器正在运行

基本事件流:1. 用户单击“下载”按钮

            2. 下载当前歌曲到本地

用例名称:评论

参与者:用户

目标:使得用户可以评论在歌单中选中的歌曲

前置条件:播放器正在运行

基本事件流:1. 用户单击“评论”按钮

            2. 在当前歌曲下方输入评论的内容

用例名称:收藏

参与者:用户

目标:使得用户可以收藏喜爱的歌曲

前置条件:播放器正在运行、成功登录系统

基本事件流:1. 用户单击“收藏”按钮

            2. 播放器将播放列表中的当前歌曲

2.1.2 管理员用例图及用例分析

图2.1.2-1 管理员用例

用例名称:修改

参与者:管理员

目标:使得管理员可以修改选中的用户、歌手、歌单,歌曲

前置条件:程序运行在播放菜单选项中

基本事件流:1. 管理员单击“修改”按钮

            2. 管理员将修改选中的用户、歌手、歌单和歌曲

用例名称:删除

参与者:管理员

目标:使得管理员可以删除选中的用户、歌手、歌单,歌曲

前置条件:程序运行在播放菜单选项中

基本事件流:1. 管理员单击“删除”按钮

            2. 管理员将修改选中的用户、歌手、歌单和歌曲

用例名称:歌词显示

参与者:管理员

目标:使得管理员可以修改选中的用户、歌手、歌单,歌曲

前置条件:是的程序进入播放器歌词设置状态

基本事件流:1. 管理员单击“添加歌词”按钮

            2. 歌词文本框中显示歌词

2.2 系统结构图和流程图

2.2.1 音乐播放器的系统流程图(图2.2.1-1)

图2.2.1-1 流程图

2.2.2 系统功能表(表2.2.2-1)和系统功能结构图(图2.2.2-1)

功能类别

子功能

子功能

播放列表

播放列表菜单

退出播放

从歌单寻找歌曲

歌曲菜单

播放->进入播放界面

删除->数据库同步更新

重命名->数据库同步更新

向上、下移动->数据库同步更新

播放

播放歌曲->线程启动->时间更新

暂停

暂停歌曲->线程暂停->时间暂停

播放界面

上一首

播放列表索引变化->寻找上一首歌曲

下一首

播放列表索引发生变化->寻找下一首歌曲

播放界面菜单

返回到播放列表

返回到主菜单

从歌单寻找歌曲

退出播放器

隐藏播放界面

主菜单

退出程序

程序退出

进入播放列表

显示播放列表

2.2.2-1 系统功能表

图2.2.1-1 系统功能图

2.3 系统界面需求

播放器界面要求布局合理,颜色舒适,控制按钮友好,为了减少开发工程量,图片素材多数为本地项目素材(图2.3-1)

图2.3-1 播放器界面

说明:左下角实心三角为暂停按钮,右下角实心爱心为收藏按钮,蓝色条为音轨。

2.4 系统性能需求

根据客户端电脑系统要求无响应时间为5秒,所以就有如下性能需求:

  1. 当要求歌曲播放时,程序响应时间最长不能超过5秒:
  2. 当要求歌曲暂停时,程序响应时间最长不能超过5秒:
  3. 当要求歌曲上/下一首时,程序响应时间最长不能超过5秒:
  4. 当要求收藏歌曲时,程序响应时间最长不能超过5秒:
  5. 当要求分享歌曲时,程序响应时间最长不能超过5秒:
  6. 当要求评论歌曲时,程序响应时间最长不能超过5秒:
  7. 当要求下载歌曲时,程序响应时间最长不能超过5秒。

3 初步设计

3.1 系统的可行性研究

3.1.1 技术可行性

音乐管理系统可以利用现有的技术资源和工具进行开发和实施。现有的硬件和软件设备可以满足系统的需求,例如存储音乐文件、处理用户请求和提供良好的用户体验。同时,系统可以利用现有的数据库和网络技术来实现音乐文件的上传、存储和管理,以及提供高效的搜索和推荐功能。因此,从技术可行性的角度来看,音乐管理系统是可行的。

3.1.2 经济可行性

音乐管理系统的开发和实施可以带来经济效益。系统可以提高音乐版权管理的效率,减少人力成本,并为音乐公司或个人艺术家带来更多的商业机会。此外,系统还可以通过广告、订阅和销售音乐等方式产生收入。通过对系统开发和运营成本与预期收益进行比较,可以得出音乐管理系统在经济上是可行的结论。

3.1.3 法律可行性

音乐管理系统需要遵守相关的法律法规,特别是音乐版权保护和数据隐私方面的要求。系统需要确保音乐版权的合法使用,并保护用户的个人信息安全。通过合规性的评估和合法的授权,可以确保音乐管理系统在法律上是可行的。

综上所述,从技术、经济、法律和操作等方面的考虑,音乐管理系统是可行的。它可以利用现有的技术资源和工具进行开发和实施,带来经济效益,同时遵守相关的法律法规,并具备良好的操作性。因此,音乐管理系统的开发和实施是有前景和潜力的

3.2 软件目标

本系统属于用户常用的音乐播放器。可以方便用户平时对音乐文件的操作。本系统应达以下目标:

  1. 软件采用人机交互的方式,界面美观友好、操作灵活、方便、富有个性化。
  2. 能够对音乐文件进行有效地管理。
  3. 系统应最大限度的实现易维护性和易操作性。

3.3 总体设计路线

在 web开发中界面的设计是很重要的,因为它区别于Android的开发。它的界面大,又要在这么大的界面上尽可能多的不去留白,所以在UI设计上,组件的摆放问题以及屏幕之间滑动跳转问题都是在设计工程中要考虑到的,其次,Web程序主要应用在客户端上,为了方便用户操作,必须考虑到组件摆放的易操作性,所以要考虑到组件摆放的区域问题,初次之外在UI设计的编写上也要考虑到代码的可更改问题,如果单纯的用Vue实现,那么软件的进一步更改开发上可能会遇到很大的问题,所以该系统的大部分界面都是通过Vue和Java代码共同实现的。

在完成音乐播放器界面的设计后就是功能模块的设计了,功能这一块是根据需求来的,有怎么样的需求就对应怎么样的功能设计,该音乐播放器所要实现的功能都是通过各个类之间调用实现的,这样就增加了代码的可读性,对于音乐播放器来说最主要的还是实现音乐播放功能,第一部分就是音乐文件读取、音频文件信息读取,其次是对音乐的操作,然后就是播放器的个性化设置,所以要做好也是一件不简单的事情。

4详细设计

4.1 整体概括 

4.1.1 项目目的和目标

本项目的目的是开发一个能够播放的音乐文本格式的播放器。设计的主要实现功能是播放MP3等格式的音乐文件,而且能控制播放、停止、音量控制、选择上一曲、选择下一曲、收藏、评论、分享、设置头像、歌曲列表文件的管理操作、在线播放、在线下载、等多种功能,界面简洁,操作简单。

4.1.2 软件运转环境

操作系统:Win10

支持环境:JAVA 、SpringBoot、MyBatis、MySQL、Vue、Nodejs等

开发环境:IDEA、Visual studio Code、Navicat等。

4.2 详细需求

依据项目,我们能够获取项目系统的基本需求,从不一样的方面来描述系统的需求

4.2.1 E-R图

4.3 功能需求

系统的功能需求,我们分为三个主要部分,即用户端,管理员端和数据库。以下分别描绘:

4.3.1 播放器的前端

  1. 首页:点击歌单中的音乐播放列表中的歌曲进行播放,播放时跳转播放界面,并显示歌手信息,同时会匹配歌词,把相应的歌词显示在歌词面板中。
  2. 暂停:当歌曲正在播放时,点击歌曲播放界面下方的暂停键,暂停目前播放的歌曲,同时歌曲停止转动。
  3. 上一曲:歌曲正在播放,点击上一曲键,播放列表中上一首歌曲。
  4. 下一曲:歌曲正在播放,点击下一曲键,播放列表中下一首歌曲。
  5. 下载:当歌曲正在播放时,点击歌曲播放界面下方的下载键,会在本地下载当前播放的歌曲。
  6. 收藏:当歌曲正在播放时,点击歌曲播放界面下方的爱心键,会收藏当前播放的歌曲。
  7. 分享:当歌曲正在播放时,点击歌曲播放界面下方的分享键,会自动生成分享链接并复制此链接,可粘贴到聊天框分享当前播放的歌曲。
  8. 评论:当歌曲正在播放时,点击歌曲播放界面下方的评论区,可任意输入文字来评论当前歌曲。
  9. 设置:点击头像进入设置,可修改头像,设置用户基本信息。

4.3.2 播放器的后端

  1. 管理员登录:首页是数据的统计,图表可以分析当前用户的比例,以及歌曲、歌手、国际的比例。

2.用户管理:查询已经注册过系统的用户,并且可以去新增或者删除用户。

3.歌手管理:添加或者删除歌手,添加成功可以更新相应的歌手图片。歌曲管理,点击歌曲管理为歌手添加歌曲

4.歌单管理:输入添加歌单内容可以创建歌单、更新歌单的图片、对某个歌单有评论的管理、还可以对相应的歌单新增歌曲。

4.3.3 数据库设计

4.3.3.1 admin表

数据名称

数据类型

数据描述

id

int

主键

name

varchar(255)

账号

password

varchar(255)

密码

4.3.3.2 conllect表

数据名称

数据类型

数据描述

id

int

主键

user_id

int

用户id

type

tinyint(1)

收藏类型

song_id

int

歌曲id

song_list_id

int

歌单id

create_time

datetime(0)

收藏时间

4.3.3.3 comment表

数据名称

数据类型

数据描述

id

int

主键

user_id

int

用户id

type

tinyint(1)

评论类型

song_id

int

歌曲id

song_list_id

int

歌单id

content

varchar(255)

评论内容

create_time

datetime(0)

收藏时间

up

int

评论点赞数

4.3.3.4 consumer表

数据名称

数据类型

数据描述

id

int

主键

username

varchar(255)

账号

password

varchar(255)

密码

sex

tinyint(1)

性别

phone_num

char(15)

电话

email

char(30)

邮箱

birth

datetime(0)

生日

introduction

varchar(255)

签名

location

varchar(255)

地区

avator

varchar(255)

头像

create_time

datetime(0)

创建时间

update_time

datetime(0)

更新时间

4.3.3.5 list_song表

数据名称

数据类型

数据描述

id

int

主键

song_id

int

歌曲id

song_list_id

int

歌单id

4.3.3.6 rank表

数据名称

数据类型

数据描述

id

int

主键

song_list_id

int

歌单id

consumer_id

int

用户id

score

int

评分

4.3.3.7 singer表

数据名称

数据类型

数据描述

id

int

主键

name

varchar(255)

姓名

sex

tinyint(1)

性别

pic

varchar(255)

头像

birth

datetime(0)

生日

location

varchar(255)

地区

introduction

varchar(1600)

简介

4.3.3.8 song表

数据名称

数据类型

数据描述

id

int

主键

singer_id

int

歌手id

name

varchar(255)

歌名

introduction

varchar(255)

简介

create_time

datetime(0)

创建时间

update_time

datetime(0)

更新时间

pic

varchar(255)

歌曲图片

lyric

text

歌词

url

varchar(255)

歌曲地址

4.3.3.9 song_list表

数据名称

数据类型

数据描述

id

int

主键

title

varchar(255)

标题

pic

varchar(255)

歌单图片

introduction

text

简介

style

varchar(255)

风格

5 编程实现

5.1 外部接口-前端界面实现

5.1.1 登录页面

<div class="signin">

        <div class="signUp-head">

            <span>帐号登录</span>

        </div>

        <el-form :model="loginForm" ref="loginForm" label-width="70px" class="demo-ruleForm" :rules="rules">

            <el-form-item prop="username" label="用户名">

                <el-input v-model="loginForm.username" placeholder="用户名"></el-input>

            </el-form-item>

            <el-form-item prop="password" label="密码">

                <el-input type="password" v-model="loginForm.password" placeholder="密码" @keyup.enter.native="handleLoginIn"></el-input>

            </el-form-item>

            <div class="login-btn">

                <el-button @click="goSignUp">注册</el-button>

                <el-button type="primary" @click="handleLoginIn">登录</el-button>

            </div>

        </el-form>

    </div>

5.1.2 播放器

  <div class="play-bar" :class="{ show: !toggle }">

    <div @click="toggle = !toggle" class="item-up" :class="{ turn: toggle }">

      <svg class="icon">

        <use xlink:href="#icon-jiantou-shang-cuxiantiao"></use>

      </svg>

    </div>

    <div class="kongjian">

      <!-- 上一首 -->

      <div class="item" @click="prev">

        <svg class="icon">

          <use xlink:href="#icon-ziyuanldpi"></use>

        </svg>

      </div>

      <!-- 播放 -->

      <div class="item" @click="togglePlay">

        <svg class="icon">

          <use :xlink:href="playButtonUrl"></use>

        </svg>

      </div>

      <!-- 下一首 -->

      <div class="item" @click="next">

        <svg class="icon">

          <use xlink:href="#icon-ziyuanldpi1"></use>

        </svg>

      </div>

      <!-- 歌曲图片 -->

      <div class="item-img" @click="toLyric">

        <img :src="picUrl" />

      </div>

      <!-- 播放进度 -->

      <div class="playing-speed">

        <!-- 播放开始时间 -->

        <div class="current-time">{{ nowTime }}</div>

        <div class="progress-box">

          <div class="item-song-title">

            <div>{{ this.title }}</div>

            <div>{{ this.artist }}</div>

          </div>

          <div ref="progress" class="progress" @mousemove="mousemove">

            <!-- 进度条 -->

            <div ref="bg" class="bg" @click="updatemove">

              <div

                ref="curProgress"

                class="cur-progress"

                :style="{ width: curLength + '%' }"

              ></div>

            </div>

            <!-- 拖动的点点 -->

            <div

              ref="idot"

              class="idot"

              :style="{ left: curLength + '%' }"

              @mousedown="mousedown"

              @mouseup="mouseup"

            ></div>

          </div>

        </div>

        <!-- 播放结束时间 -->

        <div class="left-time">{{ songTime }}</div>

        <!-- 音量 -->

        <div class="item item-volume">

          <svg v-if="volume == 0" class="icon">

            <use xlink:href="#icon-yinliangjingyinheix"></use>

          </svg>

          <svg v-else class="icon">

            <use xlink:href="#icon-yinliang1"></use>

          </svg>

          <el-slider

            class="volume"

            v-model="volume"

            :vertical="true"

          ></el-slider>

        </div>

        <!-- 收藏 -->

        <div class="item" @click="collection">

          <svg :class="{ active: isActive }" class="icon">

            <use xlink:href="#icon-xihuan-shi"></use>

          </svg>

        </div>

        <!-- 分享 -->

        <div class="item" @click="share" style="padding-bottom: -5px">

          <svg

            width="16"

            height="19"

            xmlns="http://www.w3.org/2000/svg"

            xmlns:svg="http://www.w3.org/2000/svg"

            xmlns:se="http://svg-edit.googlecode.com"

            class="bi bi-share-fill"

            se:nonce="62333"

          >

            <g class="layer">

              <title>Layer 1</title>

              <path

                d="m11,2.5a2.5,2.5 0 1 1 0.6,1.63l-6.72,3.12a2.5,2.5 0 0 1 0,1.5l6.72,3.12a2.5,2.5 0 1 1 -0.48,0.88l-6.72,-3.12a2.5,2.5 0 1 1 0,-3.26l6.72,-3.12a2.5,2.5 0 0 1 -0.12,-0.75z"

                id="svg_62333_1"

              />

            </g>

          </svg>

        </div>

        <!-- 下载 -->

        <div class="item" @click="download">

          <svg class="icon">

            <use xlink:href="#icon-xiazai"></use>

          </svg>

        </div>

        <!-- 当前播放的歌曲列表 -->

        <div class="item" @click="changeAside">

          <svg class="icon">

            <use xlink:href="#icon-liebiao"></use>

          </svg>

        </div>

      </div>

    </div>

  </div>

5.1.3 首页

  <div class="home">

    <swiper />

    <div class="section" v-for="(item,index) in songsList" :key="index">

      <div class="section-title">{{item.name}}</div>

      <content-list :contentList="item.list"></content-list>

    </div>

  </div>

5.1.4 歌词页面

  <div class="song-lyric">

    <h1 class="lyric-title">歌词</h1>

    <!-- 有歌词 -->

    <ul class="has-lyric" v-if="lyr.length" key="index">

      <li v-for="(item, index) in lyr" v-bind:key="index">

        {{ item[1] }}

      </li>

    </ul>

    <!-- 没有歌词 -->

    <div v-else class="no-lyric" key="no-lyric">

      <span>暂无歌词</span>

    </div>

  </div>

5.1.5 歌单详情页

    <div class="song-list-album">

        <div class="album-slide">

            <div class="album-img">

                <img :src="attachImageUrl(tempList.pic)">

            </div>

            <div class="album-info">

                <h2>简介:</h2>

                <span>

                    {{tempList.introduction}}

                </span>

            </div>

        </div>

        <div class="album-content">

            <div class="album-title">

                <p>{{tempList.title}}</p>

            </div>

            <div class="album-score">

                <div>

                    <h3>歌单评分:</h3>

                    <div>

                        <el-rate v-model="average" disabled></el-rate>

                    </div>                    

                </div>

                <span>{{average*2}}</span>

                <div>

                    <h3>评价:</h3>

                    <div @click="setRank">

                        <el-rate v-model="rank" allow-half show-text></el-rate>

                    </div>                    

                </div>

            </div>

            <div class="songs-body">

                <album-content :songList="listOfSongs">

                    <template slot="title">歌单</template>

                </album-content>

                <comment :playId="songListId" :type="1"></comment>

            </div>

        </div>        

    </div>

5.2 内部接口-后端实现

5.2.1 管理员模块

/**
 * 判断是否登录成功
 */
@ApiOperation(value = "登录")
@RequestMapping(value = "/admin/login/status",method = RequestMethod.POST)
public Object loginStatus(HttpServletRequest request, HttpSession session){
    JSONObject jsonObject = new JSONObject();
    String name = request.getParameter("name");
    String password = request.getParameter("password");
    boolean flag = adminService.verifyPassword(name,password);
    if(flag){
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"登录成功");
        session.setAttribute(Consts.NAME,name);
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"用户名或密码错误");
    return jsonObject;
}

/**
 * 打包项目接口
 */
@ApiOperation(value = "后台接口")
@GetMapping(value = "/manage")
public ModelAndView index() {
    return new ModelAndView("/src/main/resources/static/screenIndex/index.html");
}

5.2.2 收藏模块

/**
 * 添加收藏
 */
@ApiOperation(value = "添加收藏")
@RequestMapping(value = "/add",method = RequestMethod.POST)
public Object addCollect(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String userId = request.getParameter("userId");           //用户id
    String type = request.getParameter("type");               //收藏类型(0歌曲1歌单)
    String songId = request.getParameter("songId");           //歌曲id
    if(songId==null||songId.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"收藏歌曲为空");
        return jsonObject;
    }
    if(CollectService.existSongId(Integer.parseInt(userId),Integer.parseInt(songId))){
        jsonObject.put(Consts.CODE,2);
        jsonObject.put(Consts.MSG,"已收藏");
        return jsonObject;
    }

    //保存到收藏的对象中
    Collect Collect = new Collect();
    Collect.setUserId(Integer.parseInt(userId));
    Collect.setType(new Byte(type));
    Collect.setSongId(Integer.parseInt(songId));

    boolean flag = CollectService.insert(Collect);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"收藏成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"收藏失败");
    return jsonObject;
}

/**
 * 删除收藏
 */
@ApiOperation(value = "取消收藏")
@RequestMapping(value = "/delete",method = RequestMethod.GET)
public Object deleteCollect(HttpServletRequest request){
    String userId = request.getParameter("userId");           //用户id
    String songId = request.getParameter("songId");           //歌曲id
    boolean flag = CollectService.deleteByUserIdSongId(Integer.parseInt(userId),Integer.parseInt(songId));
    return flag;
}

/**
 * 查询所有收藏
 */
@ApiOperation(value = "查看所有收藏")
@RequestMapping(value = "/allCollect",method = RequestMethod.GET)
public Object allCollect(HttpServletRequest request){
    return CollectService.allCollect();
}

/**
 * 查询某个用户的收藏列表
 */
@ApiOperation(value = "用户的收藏列表")
@RequestMapping(value = "/collectOfUserId",method = RequestMethod.GET)
public Object collectOfUserId(HttpServletRequest request){
    String userId = request.getParameter("userId");          //用户id
    return CollectService.collectOfUserId(Integer.parseInt(userId));
}

5.2.3 评论区模块

/**
 * 添加评论
 */
@ApiOperation(value = "添加评论")
@RequestMapping(value = "/add",method = RequestMethod.POST)
public Object addComment(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String userId = request.getParameter("userId");           //用户id
    String type = request.getParameter("type");               //评论类型(0歌曲1歌单)
    String songId = request.getParameter("songId");           //歌曲id
    String songListId = request.getParameter("songListId");   //歌单id
    String content = request.getParameter("content").trim();         //评论内容

    //保存到评论的对象中
    Comment comment = new Comment();
    comment.setUserId(Integer.parseInt(userId));
    comment.setType(new Byte(type));
    if(new Byte(type) ==0){
        comment.setSongId(Integer.parseInt(songId));
    }else{
        comment.setSongListId(Integer.parseInt(songListId));
    }
    comment.setContent(content);
    boolean flag = commentService.insert(comment);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"评论成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"评论失败");
    return jsonObject;
}

/**
 * 修改评论
 */
@ApiOperation(value = "修改评论")
@RequestMapping(value = "/update",method = RequestMethod.POST)
public Object updateComment(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String id = request.getParameter("id").trim();                   //主键
    String userId = request.getParameter("userId").trim();           //用户id
    String type = request.getParameter("type").trim();               //评论类型(0歌曲1歌单)
    String songId = request.getParameter("songId").trim();           //歌曲id
    String songListId = request.getParameter("songListId").trim();   //歌单id
    String content = request.getParameter("content").trim();         //评论内容

    //保存到评论的对象中
    Comment comment = new Comment();
    comment.setId(Integer.parseInt(id));
    comment.setUserId(Integer.parseInt(userId));
    comment.setType(new Byte(type));
    if(songId!=null&&songId.equals("")){
        songId = null;
    }else {
        comment.setSongId(Integer.parseInt(songId));
    }
    if(songListId!=null&&songListId.equals("")){
        songListId = null;
    }else {
        comment.setSongListId(Integer.parseInt(songListId));
    }
    comment.setContent(content);

    boolean flag = commentService.update(comment);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"修改成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"修改失败");
    return jsonObject;
}

/**
 * 删除评论
 */
@ApiOperation(value = "删除评论")
@RequestMapping(value = "/delete",method = RequestMethod.GET)
public Object deleteComment(HttpServletRequest request){
    String id = request.getParameter("id").trim();          //主键
    boolean flag = commentService.delete(Integer.parseInt(id));
    return flag;
}

/**
 * 根据主键查询整个对象
 */
@ApiOperation(value = "根据主键查询整个对象")
@RequestMapping(value = "/selectByPrimaryKey",method = RequestMethod.GET)
public Object selectByPrimaryKey(HttpServletRequest request){
    String id = request.getParameter("id").trim();          //主键
    return commentService.selectByPrimaryKey(Integer.parseInt(id));
}

/**
 * 查询所有评论
 */
@ApiOperation(value = "查询所有评论")
@RequestMapping(value = "/allComment",method = RequestMethod.GET)
public Object allComment(HttpServletRequest request){
    return commentService.allComment();
}

/**
 * 查询某个歌曲下的所有评论
 */
@ApiOperation(value = "查询某个歌曲下的所有评论")
@RequestMapping(value = "/commentOfSongId",method = RequestMethod.GET)
public Object commentOfSongId(HttpServletRequest request){
    String songId = request.getParameter("songId");          //歌曲id
    return commentService.commentOfSongId(Integer.parseInt(songId));
}

/**
 * 查询某个歌单下的所有评论
 */
@ApiOperation(value = "查询某个歌单下的所有评论")
@RequestMapping(value = "/commentOfSongListId",method = RequestMethod.GET)
public Object commentOfSongListId(HttpServletRequest request){
    String songListId = request.getParameter("songListId");          //歌曲id
    return commentService.commentOfSongListId(Integer.parseInt(songListId));
}

/**
 * 给某个评论点赞
 */
@ApiOperation(value = "给某个评论点赞")
@RequestMapping(value = "/like",method = RequestMethod.POST)
public Object like(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String id = request.getParameter("id").trim();           //主键
    String up = request.getParameter("up").trim();           //用户id

    //保存到评论的对象中
    Comment comment = new Comment();
    comment.setId(Integer.parseInt(id));
    comment.setUp(Integer.parseInt(up));

    boolean flag = commentService.update(comment);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"点赞成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"点赞失败");
    return jsonObject;
}

5.2.4 前端用户控制模块

/**
 * 添加前端用户
 */
@ApiOperation(value = "注册、添加前端用户")
@RequestMapping(value = "/add",method = RequestMethod.POST)
public Object addConsumer(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String username = request.getParameter("username").trim();     //账号
    String password = request.getParameter("password").trim();     //密码
    String sex = request.getParameter("sex").trim();               //性别
    String phoneNum = request.getParameter("phoneNum").trim();     //手机号
    String email = request.getParameter("email").trim();           //电子邮箱
    String birth = request.getParameter("birth").trim();           //生日
    String introduction = request.getParameter("introduction").trim();//签名
    String location = request.getParameter("location").trim();      //地区
    String avator = request.getParameter("avator").trim();          //头像地址

    if(username==null||username.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"用户名不能为空");
        return jsonObject;
    }

    Consumer consumer1 = consumerService.getByUsername(username);
    if(consumer1!=null){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"用户名已存在");
        return jsonObject;
    }

    if(password==null||password.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"密码不能为空");
        return jsonObject;
    }

    //把生日转换成Date格式
    DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
    Date birthDate = new Date();
    try {
        birthDate = dateFormat.parse(birth);
    } catch (ParseException e) {
        e.printStackTrace();
    }

    //保存到前端用户的对象中
    Consumer consumer = new Consumer();
    consumer.setUsername(username);
    consumer.setPassword(password);
    consumer.setSex(new Byte(sex));
    consumer.setPhoneNum(phoneNum);
    consumer.setEmail(email);
    consumer.setBirth(birthDate);
    consumer.setIntroduction(introduction);
    consumer.setLocation(location);
    consumer.setAvator(avator);
    boolean flag = consumerService.insert(consumer);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"添加成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"添加失败");
    return jsonObject;
}

/**
 * 修改前端用户
 */
@ApiOperation(value = "修改前端用户")
@RequestMapping(value = "/update",method = RequestMethod.POST)
public Object updateConsumer(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String id = request.getParameter("id").trim();          //主键
    String username = request.getParameter("username").trim();     //账号
    String password = request.getParameter("password").trim();     //密码
    String sex = request.getParameter("sex").trim();               //性别
    String phoneNum = request.getParameter("phoneNum").trim();     //手机号
    String email = request.getParameter("email").trim();           //电子邮箱
    String birth = request.getParameter("birth").trim();           //生日
    String introduction = request.getParameter("introduction").trim();//签名
    String location = request.getParameter("location").trim();      //地区

    if(username==null||username.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"用户名不能为空");
        return jsonObject;
    }
    if(password==null||password.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"密码不能为空");
        return jsonObject;
    }
    //把生日转换成Date格式
    DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
    Date birthDate = new Date();
    try {
        birthDate = dateFormat.parse(birth);
    } catch (ParseException e) {
        e.printStackTrace();
    }
    //保存到前端用户的对象中
    Consumer consumer = new Consumer();
    consumer.setId(Integer.parseInt(id));
    consumer.setUsername(username);
    consumer.setPassword(password);
    consumer.setSex(new Byte(sex));
    consumer.setPhoneNum(phoneNum);
    consumer.setEmail(email);
    consumer.setBirth(birthDate);
    consumer.setIntroduction(introduction);
    consumer.setLocation(location);
    boolean flag = consumerService.update(consumer);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"修改成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"修改失败");
    return jsonObject;
}


/**
 * 删除前端用户
 */
@ApiOperation(value = "删除前端用户")
@RequestMapping(value = "/delete",method = RequestMethod.GET)
public Object deleteConsumer(HttpServletRequest request){
    String id = request.getParameter("id").trim();          //主键
    boolean flag = consumerService.delete(Integer.parseInt(id));
    return flag;
}

/**
 * 根据主键查询整个对象
 */
@ApiOperation(value = "根据主键查询整个对象")
@RequestMapping(value = "/selectByPrimaryKey",method = RequestMethod.GET)
public Object selectByPrimaryKey(HttpServletRequest request){
    String id = request.getParameter("id").trim();          //主键
    return consumerService.selectByPrimaryKey(Integer.parseInt(id));
}

/**
 * 查询所有前端用户
 */
@ApiOperation(value = "查询所有前端用户")
@RequestMapping(value = "/allConsumer",method = RequestMethod.GET)
public Object allConsumer(HttpServletRequest request){
    return consumerService.allConsumer();
}

/**
 * 更新前端用户图片
 */
@ApiOperation(value = "更新前端用户图片")
@RequestMapping(value = "/updateConsumerPic",method = RequestMethod.POST)
public Object updateConsumerPic(@RequestParam("file") MultipartFile avatorFile, @RequestParam("id")int id){
    JSONObject jsonObject = new JSONObject();
    if(avatorFile.isEmpty()){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"文件上传失败");
        return jsonObject;
    }
    //文件名=当前时间到毫秒+原来的文件名
    String fileName = System.currentTimeMillis()+avatorFile.getOriginalFilename();
    //文件路径
    String filePath = System.getProperty("user.dir")+System.getProperty("file.separator")+"userImages";
    //如果文件路径不存在,新增该路径
    File file1 = new File(filePath);
    if(!file1.exists()){
        file1.mkdir();
    }
    //实际的文件地址
    File dest = new File(filePath+System.getProperty("file.separator")+fileName);
    //存储到数据库里的相对文件地址
    String storeAvatorPath = "/userImages/"+fileName;
    try {
        avatorFile.transferTo(dest);
        Consumer consumer = new Consumer();
        consumer.setId(id);
        consumer.setAvator(storeAvatorPath);
        boolean flag = consumerService.update(consumer);
        if(flag){
            jsonObject.put(Consts.CODE,1);
            jsonObject.put(Consts.MSG,"上传成功");
            jsonObject.put("avator",storeAvatorPath);
            return jsonObject;
        }
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败");
        return jsonObject;
    } catch (IOException e) {
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败"+e.getMessage());
    }finally {
        return jsonObject;
    }
}

/**
 * 前端用户登录
 */
@ApiOperation(value = "前端用户登录")
@RequestMapping(value = "/login",method = RequestMethod.POST)
public Object login(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String username = request.getParameter("username").trim();     //账号
    String password = request.getParameter("password").trim();     //密码
    if(username==null||username.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"用户名不能为空");
        return jsonObject;
    }
    if(password==null||password.equals("")){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"密码不能为空");
        return jsonObject;
    }

    //保存到前端用户的对象中
    Consumer consumer = new Consumer();
    consumer.setUsername(username);
    consumer.setPassword(password);
    boolean flag = consumerService.verifyPassword(username,password);
    if(flag){   //验证成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"登录成功");
        jsonObject.put("userMsg",consumerService.getByUsername(username));
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"用户名或密码错误");
    return jsonObject;
}

5.2.5 歌单模块

/**
 * 给歌单添加歌曲
 */
@ApiOperation(value = "给歌单添加歌曲")
@RequestMapping(value = "/add",method = RequestMethod.POST)
public Object addListSong(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    //获取前端传来的参数
    String songId = request.getParameter("songId").trim();  //歌曲id
    String songListId = request.getParameter("songListId").trim(); //歌单id
    ListSong listSong = new ListSong();
    listSong.setSongId(Integer.parseInt(songId));
    listSong.setSongListId(Integer.parseInt(songListId));
    boolean flag = listSongService.insert(listSong);
    if(flag){
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"保存成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"保存失败");
    return jsonObject;

}

/**
 * 根据歌单id查询歌曲
 */
@ApiOperation(value = "根据歌单id查询歌曲")
@RequestMapping(value = "/detail",method = RequestMethod.GET)
public Object detail(HttpServletRequest request){
    String songListId = request.getParameter("songListId");
    return listSongService.listSongOfSongListId(Integer.parseInt(songListId));
}

/**
 * 删除歌单里的歌曲
 */
@ApiOperation(value = "删除歌单里的歌曲")
@RequestMapping(value = "/delete",method = RequestMethod.GET)
public Object delete(HttpServletRequest request){
    String songId = request.getParameter("songId").trim();                 //歌曲id
    String songListId = request.getParameter("songListId").trim();        //歌单id
    boolean flag = listSongService.deleteBySongIdAndSongListId(Integer.parseInt(songId),Integer.parseInt(songListId));
    return flag;
}

5.2.6 评价模块

/**
 * 新增评价
 */
@ApiOperation(value = "新增评价")
@RequestMapping(value = "/rank/add",method = RequestMethod.POST)
public Object add(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String songListId = request.getParameter("songListId");
    String consumerId = request.getParameter("consumerId");
    String score = request.getParameter("score");

    Rank rank = new Rank();
    rank.setSongListId(Integer.parseInt(songListId));
    rank.setConsumerId(Integer.parseInt(consumerId));
    rank.setScore(Integer.parseInt(score));
    boolean flag = rankService.insert(rank);
    if(flag){
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"评价成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"评价失败");
    return jsonObject;
}

/**
 * 计算平均分
 */
@ApiOperation(value = "计算平均分")
@RequestMapping(value = "/rank",method = RequestMethod.GET)
public Object rankOfSongListId(HttpServletRequest request){
    String songListId = request.getParameter("songListId");
    return rankService.rankOfSongListId(Integer.parseInt(songListId));
}

5.2.7 歌手模块

/**
 * 添加歌手
 */
@ApiOperation(value = "添加歌手")
@RequestMapping(value = "/add",method = RequestMethod.POST)
public Object addSinger(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String name = request.getParameter("name").trim();      //姓名
    String sex = request.getParameter("sex").trim();        //性别
    String pic = request.getParameter("pic").trim();        //头像
    String birth = request.getParameter("birth").trim();    //生日
    String location = request.getParameter("location").trim();//地区
    String introduction = request.getParameter("introduction").trim();//简介
    //把生日转换成Date格式
    DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
    Date birthDate = new Date();
    try {
        birthDate = dateFormat.parse(birth);
    } catch (ParseException e) {
        e.printStackTrace();
    }
    //保存到歌手的对象中
    Singer singer = new Singer();
    singer.setName(name);
    singer.setSex(new Byte(sex));
    singer.setPic(pic);
    singer.setBirth(birthDate);
    singer.setLocation(location);
    singer.setIntroduction(introduction);
    boolean flag = singerService.insert(singer);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"添加成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"添加失败");
    return jsonObject;
}

/**
 * 修改歌手
 */
@ApiOperation(value = "修改歌手")
@RequestMapping(value = "/update",method = RequestMethod.POST)
public Object updateSinger(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String id = request.getParameter("id").trim();          //主键
    String name = request.getParameter("name").trim();      //姓名
    String sex = request.getParameter("sex").trim();        //性别
    String birth = request.getParameter("birth").trim();    //生日
    String location = request.getParameter("location").trim();//地区
    String introduction = request.getParameter("introduction").trim();//简介
    //把生日转换成Date格式
    DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
    Date birthDate = new Date();
    try {
        birthDate = dateFormat.parse(birth);
    } catch (ParseException e) {
        e.printStackTrace();
    }
    //保存到歌手的对象中
    Singer singer = new Singer();
    singer.setId(Integer.parseInt(id));
    singer.setName(name);
    singer.setSex(new Byte(sex));
    singer.setBirth(birthDate);
    singer.setLocation(location);
    singer.setIntroduction(introduction);
    boolean flag = singerService.update(singer);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"修改成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"修改失败");
    return jsonObject;
}


/**
 * 删除歌手
 */
@ApiOperation(value = "删除歌手")
@RequestMapping(value = "/delete",method = RequestMethod.GET)
public Object deleteSinger(HttpServletRequest request){
    String id = request.getParameter("id").trim();          //主键
    boolean flag = singerService.delete(Integer.parseInt(id));
    return flag;
}

/**
 * 根据主键查询整个对象
 */
@ApiOperation(value = "根据主键查询整个对象")
@RequestMapping(value = "/selectByPrimaryKey",method = RequestMethod.GET)
public Object selectByPrimaryKey(HttpServletRequest request){
    String id = request.getParameter("id").trim();          //主键
    return singerService.selectByPrimaryKey(Integer.parseInt(id));
}

/**
 * 查询所有歌手
 */
@ApiOperation(value = "查询所有歌手")
@RequestMapping(value = "/allSinger",method = RequestMethod.GET)
public Object allSinger(HttpServletRequest request){
    return singerService.allSinger();
}

/**
 * 根据歌手名字模糊查询列表
 */
@ApiOperation(value = "根据歌手名字模糊查询列表")
@RequestMapping(value = "/singerOfName",method = RequestMethod.GET)
public Object singerOfName(HttpServletRequest request){
    String name = request.getParameter("name").trim();          //歌手名字
    return singerService.singerOfName("%"+name+"%");
}

/**
 * 根据性别查询
 */
@ApiOperation(value = "根据性别查询")
@RequestMapping(value = "/singerOfSex",method = RequestMethod.GET)
public Object singerOfSex(HttpServletRequest request){
    String sex = request.getParameter("sex").trim();          //性别
    return singerService.singerOfSex(Integer.parseInt(sex));
}

/**
 * 更新歌手图片
 */
@ApiOperation(value = "更新歌手图片")
@RequestMapping(value = "/updateSingerPic",method = RequestMethod.POST)
public Object updateSingerPic(@RequestParam("file") MultipartFile avatorFile, @RequestParam("id")int id){
    JSONObject jsonObject = new JSONObject();
    if(avatorFile.isEmpty()){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"文件上传失败");
        return jsonObject;
    }
    //文件名=当前时间到毫秒+原来的文件名
    String fileName = System.currentTimeMillis()+avatorFile.getOriginalFilename();
    //文件路径
    String filePath = System.getProperty("user.dir")+System.getProperty("file.separator")+"img"
            +System.getProperty("file.separator")+"singerPic";
    //如果文件路径不存在,新增该路径
    File file1 = new File(filePath);
    if(!file1.exists()){
        file1.mkdir();
    }
    //实际的文件地址
    File dest = new File(filePath+System.getProperty("file.separator")+fileName);
    //存储到数据库里的相对文件地址
    String storeAvatorPath = "/img/singerPic/"+fileName;
    try {
        avatorFile.transferTo(dest);
        Singer singer = new Singer();
        singer.setId(id);
        singer.setPic(storeAvatorPath);
        boolean flag = singerService.update(singer);
        if(flag){
            jsonObject.put(Consts.CODE,1);
            jsonObject.put(Consts.MSG,"上传成功");
            jsonObject.put("pic",storeAvatorPath);
            return jsonObject;
        }
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败");
        return jsonObject;
    } catch (IOException e) {
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败"+e.getMessage());
    }finally {
        return jsonObject;
    }
}

5.2.8 歌曲模块

/**
 * 添加歌曲
 */
@ApiOperation(value = "添加歌曲")
@RequestMapping(value = "/add",method = RequestMethod.POST)
public Object addSong(HttpServletRequest request, @RequestParam("file")MultipartFile mpFile){
    JSONObject jsonObject = new JSONObject();
    //获取前端传来的参数
    String singerId = request.getParameter("singerId").trim();  //所属歌手id
    String name = request.getParameter("name").trim();          //歌名
    String introduction = request.getParameter("introduction").trim();          //简介
    String pic = "/img/songPic/tubiao.jpg";                     //默认图片
    String lyric = request.getParameter("lyric").trim();     //歌词
    //上传歌曲文件
    if(mpFile.isEmpty()){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"歌曲上传失败");
        return jsonObject;
    }
    //文件名=当前时间到毫秒+原来的文件名
    String fileName = System.currentTimeMillis()+mpFile.getOriginalFilename();
    //文件路径
    String filePath = System.getProperty("user.dir")+System.getProperty("file.separator")+"song";
    //如果文件路径不存在,新增该路径
    File file1 = new File(filePath);
    if(!file1.exists()){
        file1.mkdir();
    }
    //实际的文件地址
    File dest = new File(filePath+System.getProperty("file.separator")+fileName);
    //存储到数据库里的相对文件地址
    String storeUrlPath = "/song/"+fileName;
    try {
        mpFile.transferTo(dest);
        Song song = new Song();
        song.setSingerId(Integer.parseInt(singerId));
        song.setName(name);
        song.setIntroduction(introduction);
        song.setPic(pic);
        song.setLyric(lyric);
        song.setUrl(storeUrlPath);
        boolean flag = songService.insert(song);
        if(flag){
            jsonObject.put(Consts.CODE,1);
            jsonObject.put(Consts.MSG,"保存成功");
            jsonObject.put("avator",storeUrlPath);
            return jsonObject;
        }
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"保存失败");
        return jsonObject;
    } catch (IOException e) {
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"保存失败"+e.getMessage());
    }finally {
        return jsonObject;
    }
}

/**
 * 根据歌手id查询歌曲
 */
@ApiOperation(value = "根据歌手id查询歌曲")
@RequestMapping(value = "/singer/detail",method = RequestMethod.GET)
public Object songOfSingerId(HttpServletRequest request){
    String singerId = request.getParameter("singerId");
    return songService.songOfSingerId(Integer.parseInt(singerId));
}

/**
 * 修改歌曲
 */
@ApiOperation(value = "修改歌曲")
@RequestMapping(value = "/update",method = RequestMethod.POST)
public Object updateSong(HttpServletRequest request){
    JSONObject jsonObject = new JSONObject();
    String id = request.getParameter("id").trim();          //主键
    String name = request.getParameter("name").trim();      //歌名
    String introduction = request.getParameter("introduction").trim();//专辑
    String lyric = request.getParameter("lyric").trim();    //歌词

    //保存到歌手的对象中
    Song song = new Song();
    song.setId(Integer.parseInt(id));
    song.setName(name);
    song.setIntroduction(introduction);
    song.setLyric(lyric);
    boolean flag = songService.update(song);
    if(flag){   //保存成功
        jsonObject.put(Consts.CODE,1);
        jsonObject.put(Consts.MSG,"修改成功");
        return jsonObject;
    }
    jsonObject.put(Consts.CODE,0);
    jsonObject.put(Consts.MSG,"修改失败");
    return jsonObject;
}

/**
 * 删除歌曲
 */
@ApiOperation(value = "删除歌曲")
@RequestMapping(value = "/delete",method = RequestMethod.GET)
public Object deleteSinger(HttpServletRequest request){
    //-TODO 先查询到数据库中对应的文件地址,删除掉它再进行下面的代码
    String id = request.getParameter("id").trim();          //主键
    boolean flag = songService.delete(Integer.parseInt(id));
    return flag;
}

/**
 * 更新歌曲图片
 */
@ApiOperation(value = "更新歌曲图片")
@RequestMapping(value = "/updateSongPic",method = RequestMethod.POST)
public Object updateSongPic(@RequestParam("file") MultipartFile avatorFile, @RequestParam("id")int id){
    JSONObject jsonObject = new JSONObject();
    if(avatorFile.isEmpty()){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"文件上传失败");
        return jsonObject;
    }
    //文件名=当前时间到毫秒+原来的文件名
    String fileName = System.currentTimeMillis()+avatorFile.getOriginalFilename();
    //文件路径
    String filePath = System.getProperty("user.dir")+System.getProperty("file.separator")+"img"
            +System.getProperty("file.separator")+"songPic";
    //如果文件路径不存在,新增该路径
    File file1 = new File(filePath);
    if(!file1.exists()){
        file1.mkdir();
    }
    //实际的文件地址
    File dest = new File(filePath+System.getProperty("file.separator")+fileName);
    //存储到数据库里的相对文件地址
    String storeAvatorPath = "/img/songPic/"+fileName;
    try {
        avatorFile.transferTo(dest);
        Song song = new Song();
        song.setId(id);
        song.setPic(storeAvatorPath);
        boolean flag = songService.update(song);
        if(flag){
            jsonObject.put(Consts.CODE,1);
            jsonObject.put(Consts.MSG,"上传成功");
            jsonObject.put("pic",storeAvatorPath);
            return jsonObject;
        }
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败");
        return jsonObject;
    } catch (IOException e) {
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败"+e.getMessage());
    }finally {
        return jsonObject;
    }
}


/**
 * 更新歌曲
 */
@ApiOperation(value = "更新歌曲")
@RequestMapping(value = "/updateSongUrl",method = RequestMethod.POST)
public Object updateSongUrl(@RequestParam("file") MultipartFile avatorFile, @RequestParam("id")int id){
    JSONObject jsonObject = new JSONObject();
    if(avatorFile.isEmpty()){
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"文件上传失败");
        return jsonObject;
    }
    //文件名=当前时间到毫秒+原来的文件名
    String fileName = System.currentTimeMillis()+avatorFile.getOriginalFilename();
    //文件路径
    String filePath = System.getProperty("user.dir")+System.getProperty("file.separator")+"song";
    //如果文件路径不存在,新增该路径
    File file1 = new File(filePath);
    if(!file1.exists()){
        file1.mkdir();
    }
    //实际的文件地址
    File dest = new File(filePath+System.getProperty("file.separator")+fileName);
    //存储到数据库里的相对文件地址
    String storeAvatorPath = "/song/"+fileName;
    try {
        avatorFile.transferTo(dest);
        Song song = new Song();
        song.setId(id);
        song.setUrl(storeAvatorPath);
        boolean flag = songService.update(song);
        if(flag){
            jsonObject.put(Consts.CODE,1);
            jsonObject.put(Consts.MSG,"上传成功");
            jsonObject.put("avator",storeAvatorPath);
            return jsonObject;
        }
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败");
        return jsonObject;
    } catch (IOException e) {
        jsonObject.put(Consts.CODE,0);
        jsonObject.put(Consts.MSG,"上传失败"+e.getMessage());
    }finally {
        return jsonObject;
    }
}

/**
 * 根据歌曲id查询歌曲对象
 */
@ApiOperation(value = "根据歌曲id查询歌曲对象")
@RequestMapping(value = "/detail",method = RequestMethod.GET)
public Object detail(HttpServletRequest request){
    String songId = request.getParameter("songId");
    return songService.selectByPrimaryKey(Integer.parseInt(songId));
}

/**
 * 根据歌手名字精确查询歌曲
 */
@ApiOperation(value = "根据歌手名字精确查询歌曲")
@RequestMapping(value = "/songOfSongName",method = RequestMethod.GET)
public Object songOfSongName(HttpServletRequest request){
    String songName = request.getParameter("songName");
    return songService.songOfName(songName);
}

/**
 * 根据歌手名字模糊查询歌曲
 */
@ApiOperation(value = "根据歌手名字模糊查询歌曲")
@RequestMapping(value = "/likeSongOfName",method = RequestMethod.GET)
public Object likeSongOfName(HttpServletRequest request){
    String songName = request.getParameter("songName");
    return songService.likeSongOfName(songName);
}

/**
 * 查询所有歌曲
 */
@ApiOperation(value = "查询所有歌曲")
@RequestMapping(value = "/allSong",method = RequestMethod.GET)
public Object allSong(HttpServletRequest request){
    return songService.allSong();
}

5.3 数据库交互

<select id="verifyPassword" resultType="java.lang.Integer">
    select count(*) from admin where name=#{username} and password=#{password}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.Collect" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="user_id" jdbcType="INTEGER" property="userId"/>
    <result column="type" jdbcType="TINYINT" property="type"/>
    <result column="song_id" jdbcType="INTEGER" property="songId"/>
    <result column="song_list_id" jdbcType="INTEGER" property="songListId"/>
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
</resultMap>

<sql id="Base_Column_List">
    id,user_id,type,song_id,song_list_id,create_time
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.Collect">
    insert into collect
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="userId != null">
            user_id,
        </if>
        <if test="type != null">
            type,
        </if>
        <if test="songId != null">
            song_id,
        </if>
        <if test="songListId != null">
            song_list_id,
        </if>
        create_time,
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="userId != null">
            #{userId},
        </if>
        <if test="type != null">
            #{type},
        </if>
        <if test="songId != null">
            #{songId},
        </if>
        <if test="songListId != null">
            #{songListId},
        </if>
        now(),
    </trim>        
</insert>

<delete id="delete">
    delete from collect
    where id=#{id}
</delete>

<delete id="deleteByUserIdSongId" parameterType="java.lang.Integer">
    delete from collect
    where user_id = #{userId} and song_id = #{songId}
</delete>

<select id="allCollect" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List"/>
    from collect
</select>

<select id="collectOfUserId" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from collect
    where user_id = #{userId}
</select>

<select id="existSongId" resultType="java.lang.Integer">
    select count(*)
    from collect
    where user_id = #{userId} and song_id = #{songId}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.Comment" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="user_id" jdbcType="INTEGER" property="userId"/>
    <result column="type" jdbcType="TINYINT" property="type"/>
    <result column="song_id" jdbcType="INTEGER" property="songId"/>
    <result column="song_list_id" jdbcType="INTEGER" property="songListId"/>
    <result column="content" jdbcType="VARCHAR" property="content"/>
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
    <result column="up" jdbcType="INTEGER" property="up"/>
</resultMap>

<sql id="Base_Column_List">
    id,user_id,type,song_id,song_list_id,content,create_time,up
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.Comment">
    insert into comment
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="userId != null">
            user_id,
        </if>
        <if test="type != null">
            type,
        </if>
        <if test="songId != null">
            song_id,
        </if>
        <if test="songListId != null">
            song_list_id,
        </if>
        <if test="content != null">
            content,
        </if>
        create_time,
        <if test="up != null">
            up,
        </if>
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="userId != null">
            #{userId},
        </if>
        <if test="type != null">
            #{type},
        </if>
        <if test="songId != null">
            #{songId},
        </if>
        <if test="songListId != null">
            #{songListId},
        </if>
        <if test="content != null">
            #{content},
        </if>
        now(),
        <if test="up != null">
            #{up},
        </if>
    </trim>        
</insert>

<update id="update" parameterType="com.rabbiter.music.pojo.Comment">
    update comment
    <set>
        <if test="userId != null">
            user_id = #{userId},
        </if>
        <if test="type != null">
            type = #{type},
        </if>
        <if test="songId != null">
            song_id = #{songId},
        </if>
        <if test="songListId != null">
            song_list_id = #{songListId},
        </if>
        <if test="content != null">
            content = #{content},
        </if>
        <if test="up != null">
            up = #{up},
        </if>
    </set>
    where id = #{id}
</update>

<delete id="delete" parameterType="java.lang.Integer">
    delete from comment
    where id=#{id}
</delete>

<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from comment
    where id=#{id}
</select>

<select id="allComment" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List"/>
    from comment
</select>

<select id="commentOfSongId" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from comment
    where song_id = #{songId}
</select>

<select id="commentOfSongListId" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from comment
    where song_list_id = #{songListId}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.Consumer" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="username" jdbcType="VARCHAR" property="username"/>
    <result column="password" jdbcType="VARCHAR" property="password"/>
    <result column="sex" jdbcType="TINYINT" property="sex"/>
    <result column="phone_num" jdbcType="CHAR" property="phoneNum"/>
    <result column="email" jdbcType="CHAR" property="email"/>
    <result column="birth" jdbcType="TIMESTAMP" property="birth"/>
    <result column="introduction" jdbcType="VARCHAR" property="introduction"/>
    <result column="location" jdbcType="VARCHAR" property="location"/>
    <result column="avator" jdbcType="VARCHAR" property="avator"/>
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
    <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
</resultMap>

<sql id="Base_Column_List">
    id,username,password,sex,phone_num,email,birth,introduction,location,avator,create_time,update_time
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.Consumer">
    insert into consumer
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="username != null">
            username,
        </if>
        <if test="password != null">
            password,
        </if>
        <if test="sex != null">
            sex,
        </if>
        <if test="phoneNum != null">
            phone_num,
        </if>
        <if test="email != null">
            email,
        </if>
        <if test="birth != null">
            birth,
        </if>
        <if test="introduction != null">
            introduction,
        </if>
        <if test="location != null">
            location,
        </if>
        <if test="avator != null">
            avator,
        </if>
        create_time,update_time,
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="username != null">
            #{username},
        </if>
        <if test="password != null">
            #{password},
        </if>
        <if test="sex != null">
            #{sex},
        </if>
        <if test="phoneNum != null">
            #{phoneNum},
        </if>
        <if test="email != null">
            #{email},
        </if>
        <if test="birth != null">
            #{birth},
        </if>
        <if test="introduction != null">
            #{introduction},
        </if>
        <if test="location != null">
            #{location},
        </if>
        <if test="avator != null">
            #{avator},
        </if>
        now(),now(),
    </trim>        
</insert>

<update id="update" parameterType="com.rabbiter.music.pojo.Consumer">
    update consumer
    <set>
        <if test="username != null">
            username = #{username},
        </if>
        <if test="password != null">
            password = #{password},
        </if>
        <if test="sex != null">
            sex = #{sex},
        </if>
        <if test="phoneNum != null">
            phone_num = #{phoneNum},
        </if>
        <if test="email != null">
            email = #{email},
        </if>
        <if test="birth != null">
            birth = #{birth},
        </if>
        <if test="introduction != null">
            introduction = #{introduction},
        </if>
        <if test="location != null">
            location = #{location},
        </if>
        <if test="avator != null">
            avator = #{avator},
        </if>
        update_time = now(),
    </set>
    where id = #{id}
</update>

<delete id="delete" parameterType="java.lang.Integer">
    delete from consumer
    where id=#{id}
</delete>

<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from consumer
    where id=#{id}
</select>

<select id="allConsumer" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List"/>
    from consumer
</select>

<select id="verifyPassword" resultType="java.lang.Integer" parameterType="java.util.HashMap">
    select count(*)
    from consumer
    where username = #{username} and password = #{password}
</select>

<select id="getByUsername" resultMap="BaseResultMap" parameterType="java.lang.String">
    select
    <include refid="Base_Column_List"/>
    from consumer
    where username = #{username}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.ListSong" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="song_id" jdbcType="INTEGER" property="songId"/>
    <result column="song_list_id" jdbcType="INTEGER" property="songListId"/>
</resultMap>

<sql id="Base_Column_List">
    id,song_id,song_list_id
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.ListSong">
    insert into list_song
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="songId != null">
            song_id,
        </if>
        <if test="songListId != null">
            song_list_id,
        </if>
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="songId != null">
            #{songId},
        </if>
        <if test="songListId != null">
            #{songListId},
        </if>
    </trim>        
</insert>

<update id="update" parameterType="com.rabbiter.music.pojo.ListSong">
    update list_song
    <set>
        <if test="songId != null">
            song_id = #{songId},
        </if>
        <if test="songListId != null">
            song_list_id = #{songListId},
        </if>
    </set>
    where id = #{id}
</update>

<delete id="delete" parameterType="java.lang.Integer">
    delete from list_song
    where id=#{id}
</delete>

<delete id="deleteBySongIdAndSongListId" parameterType="java.util.HashMap">
    delete from list_song
    where song_id=#{songId} and song_list_id=#{songListId}
</delete>

<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from list_song
    where id=#{id}
</select>

<select id="allListSong" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List"/>
    from list_song
</select>

<select id="listSongOfSongListId" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from list_song
    where song_list_id=#{songListId}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.Rank" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="song_list_id" jdbcType="INTEGER" property="songListId"/>
    <result column="consumer_id" jdbcType="INTEGER" property="consumerId"/>
    <result column="score" jdbcType="INTEGER" property="score"/>
</resultMap>

<insert id="insert" parameterType="com.rabbiter.music.pojo.Rank">
    insert into `rank`
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="songListId != null">
            song_list_id,
        </if>
        <if test="consumerId != null">
            consumer_id,
        </if>
        <if test="score != null">
            score,
        </if>
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="songListId != null">
            #{songListId},
        </if>
        <if test="consumerId != null">
            #{consumerId},
        </if>
        <if test="score != null">
            #{score},
        </if>
    </trim>        
</insert>

<select id="selectScoreSum" resultType="java.lang.Integer" parameterType="java.lang.Integer">
    select COALESCE(sum(score),0) as score
    from `rank`
    where song_list_id = #{songListId}
</select>

<select id="selectRankNum" resultType="java.lang.Integer" parameterType="java.lang.Integer">
    select COALESCE(count(id),0) as num
    from `rank`
    where song_list_id = #{songListId}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.Singer" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="name" jdbcType="VARCHAR" property="name"/>
    <result column="sex" jdbcType="TINYINT" property="sex"/>
    <result column="pic" jdbcType="VARCHAR" property="pic"/>
    <result column="birth" jdbcType="TIMESTAMP" property="birth"/>
    <result column="location" jdbcType="VARCHAR" property="location"/>
    <result column="introduction" jdbcType="VARCHAR" property="introduction"/>
</resultMap>

<sql id="Base_Column_List">
    id,name,sex,pic,birth,location,introduction
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.Singer">
    insert into singer
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="name != null">
            name,
        </if>
        <if test="sex != null">
            sex,
        </if>
        <if test="pic != null">
            pic,
        </if>
        <if test="birth != null">
            birth,
        </if>
        <if test="location != null">
            location,
        </if>
        <if test="introduction != null">
            introduction,
        </if>
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="name != null">
            #{name},
        </if>
        <if test="sex != null">
            #{sex},
        </if>
        <if test="pic != null">
            #{pic},
        </if>
        <if test="birth != null">
            #{birth},
        </if>
        <if test="location != null">
            #{location},
        </if>
        <if test="introduction != null">
            #{introduction},
        </if>
    </trim>        
</insert>

<update id="update" parameterType="com.rabbiter.music.pojo.Singer">
    update singer
    <set>
        <if test="name != null">
            name = #{name},
        </if>
        <if test="sex != null">
            sex = #{sex},
        </if>
        <if test="pic != null">
            pic = #{pic},
        </if>
        <if test="birth != null">
            birth = #{birth},
        </if>
        <if test="location != null">
            location = #{location},
        </if>
        <if test="introduction != null">
            introduction = #{introduction},
        </if>
    </set>
    where id = #{id}
</update>

<delete id="delete" parameterType="java.lang.Integer">
    delete from singer
    where id=#{id}
</delete>

<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from singer
    where id=#{id}
</select>

<select id="allSinger" resultMap="BaseResultMap">
    select
    <include refid="Base_Column_List"/>
    from singer
</select>

<select id="singerOfName" resultMap="BaseResultMap" parameterType="java.lang.String">
    select
    <include refid="Base_Column_List"/>
    from singer
    where name like #{name}
</select>

<select id="singerOfSex" resultMap="BaseResultMap" parameterType="java.lang.Integer">
    select
    <include refid="Base_Column_List"/>
    from singer
    where sex = #{sex}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.SongList" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="title" jdbcType="VARCHAR" property="title"/>
    <result column="pic" jdbcType="VARCHAR" property="pic"/>
    <result column="style" jdbcType="VARCHAR" property="style"/>
</resultMap>

<resultMap id="ResultMapWithBLOBs" type="com.rabbiter.music.pojo.SongList" extends="BaseResultMap">
    <result column="introduction" jdbcType="LONGVARCHAR" property="introduction"/>
</resultMap>

<sql id="Base_Column_List">
    id,title,pic,style
</sql>

<sql id="Blob_Column_List">
    id,title,pic,style,introduction
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.SongList">
    insert into song_list
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="title != null">
            title,
        </if>
        <if test="pic != null">
            pic,
        </if>
        <if test="introduction != null">
            introduction,
        </if>
        <if test="style != null">
            style,
        </if>
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="title != null">
            #{title},
        </if>
        <if test="pic != null">
            #{pic},
        </if>
        <if test="introduction != null">
            #{introduction},
        </if>
        <if test="style != null">
            #{style},
        </if>
    </trim>        
</insert>

<update id="update" parameterType="com.rabbiter.music.pojo.SongList">
    update song_list
    <set>
        <if test="title != null">
            title = #{title},
        </if>
        <if test="pic != null">
            pic = #{pic},
        </if>
        <if test="introduction != null">
            introduction = #{introduction},
        </if>
        <if test="style != null">
            style = #{style},
        </if>
    </set>
    where id = #{id}
</update>

<delete id="delete" parameterType="java.lang.Integer">
    delete from song_list
    where id=#{id}
</delete>

<select id="selectByPrimaryKey" resultMap="ResultMapWithBLOBs" parameterType="java.lang.Integer">
    select
    <include refid="Blob_Column_List"/>
    from song_list
    where id=#{id}
</select>

<select id="allSongList" resultMap="ResultMapWithBLOBs">
    select
    <include refid="Blob_Column_List"/>
    from song_list
</select>

<select id="songListOfTitle" resultMap="ResultMapWithBLOBs" parameterType="java.lang.String">
    select
    <include refid="Blob_Column_List"/>
    from song_list
    where title = #{title}
</select>

<select id="likeTitle" resultMap="ResultMapWithBLOBs" parameterType="java.lang.String">
    select
    <include refid="Blob_Column_List"/>
    from song_list
    where title like #{title}
</select>

<select id="likeStyle" resultMap="ResultMapWithBLOBs" parameterType="java.lang.String">
    select
    <include refid="Blob_Column_List"/>
    from song_list
    where style like #{style}
</select>

<resultMap id="BaseResultMap" type="com.rabbiter.music.pojo.Song" >
    <id column="id" jdbcType="INTEGER" property="id"/>
    <result column="singer_id" jdbcType="VARCHAR" property="singerId"/>
    <result column="name" jdbcType="VARCHAR" property="name"/>
    <result column="introduction" jdbcType="VARCHAR" property="introduction"/>
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
    <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
    <result column="pic" jdbcType="VARCHAR" property="pic"/>
    <result column="url" jdbcType="VARCHAR" property="url"/>
</resultMap>

<resultMap id="ResultMapWithBLOBs" type="com.rabbiter.music.pojo.Song" extends="BaseResultMap">
    <result column="lyric" jdbcType="LONGVARCHAR" property="lyric"/>
</resultMap>

<sql id="Base_Column_List">
    id,singer_id,name,introduction,create_time,update_time,pic,url
</sql>

<sql id="Blob_Column_List">
    id,singer_id,name,introduction,create_time,update_time,pic,lyric,url
</sql>

<insert id="insert" parameterType="com.rabbiter.music.pojo.Song">
    insert into song
    <trim prefix="(" suffix=")" suffixOverrides=",">
        <if test="id != null">
            id,
        </if>
        <if test="singerId != null">
            singer_id,
        </if>
        <if test="name != null">
            name,
        </if>
        <if test="introduction != null">
            introduction,
        </if>
        create_time,update_time,
        <if test="pic != null">
            pic,
        </if>
        <if test="lyric != null">
            lyric,
        </if>
        <if test="url != null">
            url,
        </if>
    </trim>
    <trim prefix=" values (" suffix=")" suffixOverrides=",">
        <if test="id != null">
            #{id},
        </if>
        <if test="singerId != null">
            #{singerId},
        </if>
        <if test="name != null">
            #{name},
        </if>
        <if test="introduction != null">
            #{introduction},
        </if>
        now(),now(),
        <if test="pic != null">
            #{pic},
        </if>
        <if test="lyric != null">
            #{lyric},
        </if>
        <if test="url != null">
            #{url},
        </if>
    </trim>        
</insert>

<update id="update" parameterType="com.rabbiter.music.pojo.Song">
    update song
    <set>
        <if test="singerId != null">
            singer_id = #{singerId},
        </if>
        <if test="name != null">
            name = #{name},
        </if>
        <if test="introduction != null">
            introduction = #{introduction},
        </if>
        update_time = now(),
        <if test="pic != null">
            pic = #{pic},
        </if>
        <if test="lyric != null">
            lyric = #{lyric},
        </if>
        <if test="url != null">
            url = #{url},
        </if>
    </set>
    where id = #{id}
</update>

<delete id="delete" parameterType="java.lang.Integer">
    delete from song
    where id=#{id}
</delete>

<select id="selectByPrimaryKey" resultMap="ResultMapWithBLOBs" parameterType="java.lang.Integer">
    select
    <include refid="Blob_Column_List"/>
    from song
    where id=#{id}
</select>

<select id="allSong" resultMap="ResultMapWithBLOBs">
    select
    <include refid="Blob_Column_List"/>
    from song
</select>

<select id="songOfName" resultMap="ResultMapWithBLOBs" parameterType="java.lang.String">
    select
    <include refid="Blob_Column_List"/>
    from song
    where name = #{name}
</select>

<select id="likeSongOfName" resultMap="ResultMapWithBLOBs" parameterType="java.lang.String">
    select
    <include refid="Blob_Column_List"/>
    from song
    where name like #{name}
</select>

<select id="songOfSingerId" resultMap="ResultMapWithBLOBs" parameterType="java.lang.Integer">
    select
    <include refid="Blob_Column_List"/>
    from song
    where singer_id = #{singerId}
</select>

6 界面展示与测试

6.1 前端界面展示

前端首页界面结构框图如图6.1-1所示:

前端注册界面结构框图如图6.1-2所示:

图6.1-2 前端注册界面结构框图

前端登录界面结构框图如图6.1-3所示:

图6.1-3 前端登录界面结构框图

前端歌单界面结构框图如图6.1-4所示:

图6.1-4 前端歌单界面结构框图

前端华语伤感女声歌单界面结构框图如图6.1-5所示:

图6.1-5 前端华语伤感女声歌单界面结构框图

前端歌手界面结构框图如图6.1-6所示:

图6.1-6前端歌手界面结构框图

前端歌手介绍界面结构框图如图6.1-7所示:

图6.1-7 前端歌手介绍界面结构框图

前端我的音乐(需要注册登录)界面结构框图如图6.1-8所示:

图6.1-8前端我的音乐界面结构框图

前端设置界面结构框图如图6.1-9所示:

图6.1-9 前端设置界面结构框图

6.2 后端界面展示

后端登录界面结构框图如图6.2-1所示:

图6.2-1 后端登录界面结构框图

后端系统首页结构框图如图6.2-2所示:

图6.2-2 后端系统首页结构框图

后端用户管理界面结构框图如图6.2-3所示:

图6.2-3 后端用户管理界面结构框图

后端歌手管理界面结构框图如图6.2-4所示:

图6.2-4 后端歌手管理界面结构框图

后端歌单管理界面结构框图如图6.2-5所示:

图6.2-5后端歌单管理界面结构框图

6.3 数据库界面展示

数据库构成界面结构框图如图6.3-1所示:

图6.3-1 数据库构成界面结构框图

数据库管理员表结构框图如图6.3-2所示:

图6.3-2 数据库管理员表结构框图

用户收藏喜爱的歌曲表结构框图如图6.3-3所示:

图6.3-3 用户收藏喜爱的歌曲表结构框图

用户评论表结构框图如图6.3-4所示:

图6.3-4 用户评论表结构框图

用户信息表结构框图如图6.3-5所示:

图6.3-5用户信息表结构框图

歌曲与歌单关联表结构框图如图6.3-6所示:

图6.3-6歌曲与歌单关联表结构框图

歌单评分表结构框图如图6.3-7所示:

图6.3-7歌单评分表结构框图

歌手信息表结构框图如图6.3-8所示:

图6.3-8歌手信息表结构框图

歌曲信息表结构框图如图6.3-9所示:

图6.3-9歌曲信息表结构框图

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:/a/903740.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

MySQL用户权限管理属于SQL语句中的DCL语句

1.用户授权 语法&#xff1a;grant 权限&#xff0c;权限&#xff0c;on 库名&#xff0c;表名 to 用户名 [identified by 密码] MySQL5的版本&#xff0c;如果这个用户事先不存在&#xff0c;这个grant命令去给用户授权的时候&#xff0c;会将用户一起创建出来&#xff0…

时间序列预测(十五)——有关Python项目框架的实例分析

#1024程序员节&#xff5c;征文# 在之前的学习中&#xff0c;已经对时间序列预测的相关内容有了大致的了解。为了进一步加深理解&#xff0c;并能够将所学知识应用于实际中&#xff0c;我决定找一个完整的Python框架来进行深入学习。经过寻找&#xff0c;我终于找到了一篇非常具…

业务流程顺畅度为何受制于数据失真

在当今数字化驱动的商业环境中&#xff0c;企业的业务流程高度依赖于数据的准确性和完整性。然而&#xff0c;数据失真问题却如同隐匿在流程中的“暗礁”&#xff0c;频繁地给企业的业务流程顺畅度带来严重挑战&#xff0c;进而影响企业的整体运营效率和竞争力。 数据失真的表…

基于hive分析Flask为后端框架echarts为前端框架的招聘网站可视化大屏项目

基于hive分析Flask为后端框架echarts为前端框架的招聘网站可视化大屏项目 1. 项目概述 项目目标是构建一个大数据分析系统&#xff0c;包含以下核心模块&#xff1a; 1、数据爬取&#xff1a;通过request请求获取猎聘网的就业数据。 2、数据存储和分析&#xff1a;使用 Hive …

GB/T 28046.1-2011 道路车辆 电气及电子设备的环境条件和试验 第1部分:一般规定(2)

写在前面 本系列文章主要讲解道路车辆电气及电子设备的环境条件和试验GB/T 28046标准的相关知识&#xff0c;希望能帮助更多的同学认识和了解GB/T 28046标准。 若有相关问题&#xff0c;欢迎评论沟通&#xff0c;共同进步。(*^▽^*) 第1部分&#xff1a;一般规定 7. 试验和要…

GetMaterialApp组件的用法

文章目录 1. 知识回顾2. 使用方法2.1 源码分析2.2 常用属性3. 示例代码4. 内容总结我们在上一章回中介绍了"Get包简介"相关的内容,本章回中将介绍GetMaterialApp组件.闲话休提,让我们一起Talk Flutter吧。 1. 知识回顾 我们在上一章回中已经介绍过GetMaterialApp组…

自适应阻抗案例分析(上)

案例分析一 Duchaine,V.,Gosselin,C.(2009).Safe,stable and intuitive control for physical human-robot interaction.In IEEE international conference on robotics and automation,2009.ICRA09(pp.3383-3388).IEEE. 主要贡献 1.利用外力反馈调整阻尼系数&#xff0c;同…

(三)行为模式:11、模板模式(Template Pattern)(C++示例)

目录 1、模板模式含义 2、模板模式的UML图学习 3、模板模式的应用场景 4、模板模式的优缺点 5、C实现的实例 1、模板模式含义 模板模式&#xff08;Template Method Pattern&#xff09;是一种行为设计模式&#xff0c;它定义了一个操作中的算法骨架&#xff0c;将某些步骤…

Unity3D学习FPS游戏(3)玩家第一人称视角转动和移动

前言&#xff1a;上一篇实现了角色简单的移动控制&#xff0c;但是实际游戏中玩家的视角是可以转动的&#xff0c;并根据转动后视角调整移动正前方。本篇实现玩家第一人称视角转动和移动&#xff0c;觉得有帮助的话可以点赞收藏支持一下&#xff01; 玩家第一人称视角 修复小问…

arco-design 自定义table和for循环自定义form-item并添加自定义校验

代码 <template><div class"list-container"><Breadcrumb:items"[menu.generateRecords, menu.generateRecordsDetail]":needBack"true"/><a-card class"general-card"><PageQueryref"pageQuery&quo…

DriftingBlues: 1渗透测试

靶机&#xff1a;DriftingBlues: 1 DriftingBlues: 1 ~ VulnHubhttps://www.vulnhub.com/entry/driftingblues-1,625/ 攻击机&#xff1a;kail linux 2024 1,将两台虚拟机网络连接都改为NAT模式&#xff0c;并查看靶机的MAC地址 2&#xff0c;攻击机上做主机扫描发现靶机 靶机I…

一个简单的图像分类项目(四)编写脚本:图像加载器

创建训练和测试的数据集&#xff0c;并创建加载器。lib.load_imags.py: import glob from torch.utils.data import DataLoader, Dataset from torchvision import transformsfrom script.setting import *# 图片处理函数 def img_loader(path):try:img Image.open(path)img …

NLTK无法下载?

以下内容仅为当前认识&#xff0c;可能有不足之处&#xff0c;欢迎讨论&#xff01; 文章目录 nltk无法下载怎么办&#xff1f;什么是NLTK&#xff1f;为什么要用NLTK&#xff1f;如何下载&#xff1f; nltk无法下载怎么办&#xff1f; 什么是NLTK&#xff1f; NLTK是学习自然…

厨艺爱好者的在线互动平台:Spring Boot实现

摘 要 使用旧方法对厨艺交流信息进行系统化管理已经不再让人们信赖了&#xff0c;把现在的网络信息技术运用在厨艺交流信息的管理上面可以解决许多信息管理上面的难题&#xff0c;比如处理数据时间很长&#xff0c;数据存在错误不能及时纠正等问题。 这次开发的厨艺交流平台功能…

解决SpringBoot项目启动错误:找不到或无法加载主类

如何解决SpringBoot项目的“找不到或无法加载主类”启动错误 在开发SpringBoot应用时&#xff0c;经常可能会遇到一个启动错误&#xff1a;“错误&#xff1a;找不到或无法加载主类 com.example.controller.demo.DemoApplication”。本文将介绍三种解决这一问题的方法。 方法…

Tessy学习笔记-CTE如何生成测试用例

1&#xff1a;前提工作 在开始设置测试用例之前&#xff0c;我们还需要将树图补充完整&#xff0c;如下图 补充步骤&#xff0c; 1&#xff1a;在palette中&#xff0c;选择两个class拖动到return图标下&#xff0c;然后回到palette中选择DefineParent将class与Return图标连接…

在Java中,需要每120分钟刷新一次的`assetoken`,并且你想使用Redis作为缓存来存储和管理这个令牌

学习总结 1、掌握 JAVA入门到进阶知识(持续写作中……&#xff09; 2、学会Oracle数据库入门到入土用法(创作中……&#xff09; 3、手把手教你开发炫酷的vbs脚本制作(完善中……&#xff09; 4、牛逼哄哄的 IDEA编程利器技巧(编写中……&#xff09; 5、面经吐血整理的 面试技…

《Python游戏编程入门》注-第4章1

《Python游戏编程入门》的第4章是“用户输入&#xff1a;Bomb Cathcer游戏”&#xff0c;通过轮询键盘和鼠标设备状态实现Bomb Cathcer游戏。 1 Bomb Cathcer游戏介绍 “4.1 认识Bomb Cathcer游戏”内容介绍了Bomb Cathcer游戏的玩法&#xff0c;即通过鼠标来控制红色“挡板”…

【HarmonyOS】判断应用是否已安装

【HarmonyOS】判断应用是否已安装 前言 在鸿蒙中判断应用是否已安全&#xff0c;只是通过包名是无法判断应用安装与否。在鸿蒙里新增了一种判断应用安装的工具方法&#xff0c;即&#xff1a;canOpenLink。 使用该工具函数的前提是&#xff0c;本应用配置了查询标签querySch…

【Java基础】2、Java基础语法

f2/fnf2&#xff1a;选中点中的文件名 ​​​​​​​ 1.注释 为什么要有注释&#xff1f; 给别人和以后的自己可以看懂的解释 注释含义 注释是在程序指定位置的说明性信息&#xff1b;简单理解&#xff0c;就是对代码的一种解释 注释分类 单行注释 //注释信息 多行注释…