@@ -231,6 +231,10 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <!--设置为true,以便把本地的system的jar也包括进来-->
+ <includeSystemScope>true</includeSystemScope>
+ </configuration>
</plugin>
<groupId>org.mybatis.generator</groupId>
@@ -17,7 +17,7 @@ public class Word2PdfUtil {
public Word2PdfUtil() {
logger = LoggerFactory.getLogger(this.getClass());
- /*LoadLicense();*/
+ LoadLicense();
}
protected Boolean LoadLicense() {