| | |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <!--<build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-install-plugin</artifactId> |
| | | <version>2.5.2</version> |
| | | <executions> |
| | | <execution> |
| | | <id>install-external</id> |
| | | <phase>clean</phase> |
| | | <configuration> |
| | | <file>${project.build.directory}/tai-ots-framework-1.0.jar</file> |
| | | <repositoryLayout>default</repositoryLayout> |
| | | <groupId>com.ots</groupId> |
| | | <artifactId>tai-ots-framework</artifactId> |
| | | <version>1.0</version> |
| | | <generatePom>true</generatePom> |
| | | </configuration> |
| | | <goals> |
| | | <goal>install-file</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build>--> |
| | | </project> |
| | |
| | | XWPFDocument document = new XWPFDocument(POIXMLDocument.openPackage(getTemplateDownLoadPathByUpLoad(fileName))); |
| | | |
| | | changeText(document, textMap); |
| | | |
| | | changeTextBox(document, textMap); |
| | | |
| | | if (Objects.equals(reportType, ReportTypeEnum.MAQV2.getCode())) { |
| | | changeTextBox(document, textMap); |
| | | } |
| | | |
| | | addTableValue(document, autoTableMap); |
| | | |
| | |
| | | </content> |
| | | <orderEntry type="inheritedJdk" /> |
| | | <orderEntry type="sourceFolder" forTests="false" /> |
| | | <orderEntry type="library" name="Maven: dom4j:dom4j:1.6.1" level="project" /> |
| | | <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.4.01" level="project" /> |
| | | <orderEntry type="library" name="Maven: jaxen:jaxen:1.1.6" level="project" /> |
| | | <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.1.1.RELEASE" level="project" /> |
| | | <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.1.1.RELEASE" level="project" /> |
| | | <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.1.RELEASE" level="project" /> |