| | |
| | | |
| | | <modules> |
| | | <module>zy-asrs-common</module> |
| | | <module>zy-asrs-framework</module> |
| | | <module>zy-asrs-wcs</module> |
| | | <module>zy-asrs-wms</module> |
| | | <module>zy-asrs-openapi</module> |
| | | </modules> |
| | | |
| | | <properties> |
| | |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <spring-cloud.version>2020.0.5</spring-cloud.version> |
| | | <spring-boot.version>2.5.3</spring-boot.version> |
| | | <cool.version>4.1.3</cool.version> |
| | | <jedis.version>2.9.0</jedis.version> |
| | | <snakeyaml.version>1.33</snakeyaml.version> |
| | | </properties> |
| | |
| | | <version>${lombok.version}</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>de.schlichtherle.truelicense</groupId> |
| | | <artifactId>truelicense-core</artifactId> |
| | | <version>1.33</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- mybatis-plus --> |
| | | <dependency> |
| | | <groupId>cn.cool</groupId> |
| | | <artifactId>framework</artifactId> |
| | | <version>${cool.version}</version> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>3.4.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-generator</artifactId> |
| | | <version>3.4.1</version> |
| | | </dependency> |
| | | <!-- swagger --> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-boot-starter</artifactId> |
| | | <version>3.0.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependencyManagement> |