This commit is contained in:
zt
2025-04-16 19:15:47 +08:00
parent b038d1567e
commit f7dec1b2d0
3 changed files with 53 additions and 4 deletions

View File

@ -169,6 +169,11 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.1</version>
</dependency>
</dependencies>