소스 검색

拼音jar包

zengtx 2 년 전
부모
커밋
0afcd4085b
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      jeecg-boot-module-system/pom.xml

+ 14 - 0
jeecg-boot-module-system/pom.xml

@@ -65,6 +65,20 @@
 			<version>3.1.0</version>
 		</dependency>
 
+		<dependency>
+			<groupId>org.jeecgframework</groupId>
+			<artifactId>autopoi</artifactId>
+			<version>1.3.9</version>
+		</dependency>
+
+
+		<dependency>
+			<groupId>com.belerweb</groupId>
+			<artifactId>pinyin4j</artifactId>
+			<version>2.5.0</version>
+		</dependency>
+
+
 	</dependencies>
 
 	<build>