fix: hutool 依赖更新,依赖优化,获取商品详情优化

This commit is contained in:
misworga831
2023-03-21 14:39:53 +08:00
parent c793c47d45
commit 0c652eac63
4 changed files with 8 additions and 8 deletions

View File

@@ -19,6 +19,11 @@
<artifactId>framework</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
<build>