| | |
| | | <modules> |
| | | <module>pipIrr-common</module> |
| | | <module>pipIrr-global</module> |
| | | <module>pipIrr-web</module> |
| | | <module>pipIrr-mw</module> |
| | | <module>pipIrr-web</module> |
| | | </modules> |
| | | |
| | | <properties> |
| | |
| | | <mapstruct.version>1.5.5.Final</mapstruct.version> |
| | | <hutool-all.version>5.8.22</hutool-all.version> |
| | | <org-jdom2.version>2.0.6.1</org-jdom2.version> |
| | | <net.exp4j>0.4.8</net.exp4j> |
| | | |
| | | <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> |
| | | |
| | | <!-- java数学公式计算 --> |
| | | <dependency> |
| | | <groupId>net.objecthunter</groupId> |
| | | <artifactId>exp4j</artifactId> |
| | | <version>0.4.8</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- 测试 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |