| | |
| | | <module>ycl-common</module> |
| | | <module>ycl-server</module> |
| | | <module>ycl-pojo</module> |
| | | <module>ycl-generator</module> |
| | | </modules> |
| | | |
| | | <properties> |
| | |
| | | <jaxb-api.version>2.3.1</jaxb-api.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <hutool.version>5.8.22</hutool.version> |
| | | <oshi.version>6.4.0</oshi.version> |
| | | <kaptcha.version>2.3.3</kaptcha.version> |
| | | <easyexcel.version>3.3.2</easyexcel.version> |
| | | <therapi-javadoc.version>0.15.0</therapi-javadoc.version> |
| | | <spring-boot.version>3.0.6</spring-boot.version> |
| | | <mapstruct-plus.version>1.3.5</mapstruct-plus.version> |
| | | <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <commons.collections.version>3.2.2</commons.collections.version> |
| | | <!-- 插件版本 --> |
| | | <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> |
| | | <maven-war-plugin.version>3.2.2</maven-war-plugin.version> |
| | |
| | | </profiles> |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- 获取系统信息 --> |
| | | <dependency> |
| | | <groupId>com.github.oshi</groupId> |
| | | <artifactId>oshi-core</artifactId> |
| | | <version>${oshi.version}</version> |
| | | </dependency> |
| | | <!-- 解析客户端操作系统、浏览器等 --> |
| | | <dependency> |
| | | <groupId>eu.bitwalker</groupId> |
| | | <artifactId>UserAgentUtils</artifactId> |
| | | <version>${bitwalker.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- velocity代码生成使用模板 --> |
| | | <dependency> |
| | | <groupId>org.apache.velocity</groupId> |
| | | <artifactId>velocity-engine-core</artifactId> |
| | | <version>${velocity.version}</version> |
| | | </dependency> |
| | | <!-- io常用工具类 --> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>${commons.io.version}</version> |
| | | </dependency> |
| | | <!-- collections工具类 --> |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | <version>${commons.collections.version}</version> |
| | | </dependency> |
| | | <!-- excel工具 --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |