| | |
| | | |
| | | <properties> |
| | | <java.version>1.8</java.version> |
| | | <kotlin.version>1.5.0</kotlin.version> |
| | | <kotlin.version>2.1.0</kotlin.version> |
| | | <itext.version>7.2.2</itext.version> |
| | | <!-- tk.mybatis --> |
| | | <mapper.plugin>tk.mybatis.mapper.generator.MapperPlugin</mapper.plugin> |
| | |
| | | <artifactId>spring-boot-starter-logging</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.fasterxml.jackson.module</groupId> |
| | |
| | | <artifactId>springfox-boot-starter</artifactId> |
| | | <version>3.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.plugin</groupId> |
| | | <artifactId>spring-plugin-core</artifactId> |
| | | <version>2.0.0.RELEASE</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.plugin</groupId>--> |
| | | <!-- <artifactId>spring-plugin-metadata</artifactId>--> |
| | | <!-- <version>2.0.0.RELEASE</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.freemarker/freemarker --> |
| | | <dependency> |
| | |
| | | <artifactId>axis2-kernel</artifactId> |
| | | <version>1.8.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.17.0</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.docx4j</groupId>--> |
| | | <!-- <artifactId>docx4j-core</artifactId>--> |
| | | <!-- <version>11.4.9</version> <!– 使用最新稳定版 –>--> |
| | | <!-- </dependency>--> |
| | | <!-- <!– 如需处理图片/表格等高级功能,可添加 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.docx4j</groupId>--> |
| | | <!-- <artifactId>docx4j-ImportXHTML</artifactId>--> |
| | | <!-- <version>11.4.8</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <!– MockK 单元测试库(用于 Kotlin) –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>io.mockk</groupId>--> |
| | | <!-- <artifactId>mockk</artifactId>--> |
| | | <!-- <version>1.14.5</version> <!– 使用最新稳定版 –>--> |
| | | <!-- <scope>test</scope>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.junit.jupiter</groupId>--> |
| | | <!-- <artifactId>junit-jupiter</artifactId>--> |
| | | <!-- <version>RELEASE</version>--> |
| | | <!-- <scope>test</scope>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | |
| | | </dependencies> |