|
@@ -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>
|