Browse Source

添加积木报表

yuanjunhao 1 week ago
parent
commit
81a3d994a0
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -68,6 +68,19 @@
   </repositories>
 
 	<dependencies>
+
+		<!--		积木报表-->
+		<dependency>
+			<groupId>org.jeecgframework.jimureport</groupId>
+			<artifactId>jimureport-spring-boot-starter</artifactId>
+			<version>1.7.2-beta</version>
+		</dependency>
+		<!--		准考证-->
+		<dependency>
+		<groupId>org.apache.pdfbox</groupId>
+		<artifactId>pdfbox</artifactId>
+		<version>2.0.28</version>
+		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-test</artifactId>