| | |
| | | <modules> |
| | | <module>pms-common</module> |
| | | <module>pms-global</module> |
| | | <module>pms-web-base</module> |
| | | <module>pms-web-file</module> |
| | | <module>pms-web-other</module> |
| | | <module>pms-web-platform</module> |
| | | <module>pms-web-product</module> |
| | | <module>pms-web-report</module> |
| | | <module>pms-web-sso</module> |
| | | <module>pms-web-station</module> |
| | | </modules> |
| | | |
| | | <properties> |
| | |
| | | <mybatis-spring.version>3.0.3</mybatis-spring.version> |
| | | <cglib.version>3.3.0</cglib.version> |
| | | <fastjson2.version>2.0.48</fastjson2.version> |
| | | <easyexcel.version>3.3.4</easyexcel.version> |
| | | <mapstruct.version>1.5.5.Final</mapstruct.version> |
| | | <dubbo.version>3.2.11</dubbo.version> |
| | | <hutool-all.version>5.8.22</hutool-all.version> |
| | |
| | | <caffeine.version>3.1.8</caffeine.version> |
| | | <!-- 生成图片缩略图 --> |
| | | <thumbnailator.version>0.4.20</thumbnailator.version> |
| | | <!-- google zxing 生成二维码 --> |
| | | <google.zxing.version>3.5.3</google.zxing.version> |
| | | |
| | | <spring-boot-maven-plugin.version>3.2.0</spring-boot-maven-plugin.version> |
| | | <maven-jar-plugin-plugin.version>3.3.0</maven-jar-plugin-plugin.version> |
| | |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <!-- 阿里EasyExcel --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <!-- vo po转换 --> |
| | | <dependency> |
| | | <groupId>org.mapstruct</groupId> |
| | |
| | | <groupId>io.netty</groupId> |
| | | <artifactId>netty-all</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-context</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>com.alibaba.spring</groupId> |
| | | <artifactId>spring-context-support</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>hessian-lite</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.javassist</groupId> |
| | | <artifactId>javassist</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool) --> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>${hutool-all.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- jdom2 --> |
| | |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- zxing生成二维码 --> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>${google.zxing.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>javase</artifactId> |
| | | <version>${google.zxing.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool) --> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>${hutool-all.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- 测试 --> |
| | | <dependency> |
| | | <groupId>junit</groupId> |