feat(singer): 添加歌手类型相关功能
- 在 pom.xml 中添加 Hutool 工具库依赖 - 优化前端 Singer.vue 中的歌手数据处理逻辑 - 在后端 SingerServiceImpl 中添加默认歌手类型设置功能
This commit is contained in:
@@ -97,6 +97,13 @@
|
||||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Hutool工具库 -->
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.8.22</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 工具类 -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
||||
Reference in New Issue
Block a user