| | |
| | | <module>ishop-model-pojo</module> |
| | | <module>ishop-mobile</module> |
| | | <module>iplatform-base-tcp-client</module> |
| | | <module>iplatform-support-mybatis</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | |
| | | <!-- <ishop-model-pojo.version>2.3.0-SNAPSHOT</ishop-model-pojo.version>--> |
| | | <!-- <ishop-merchant.version>2.3.0-SNAPSHOT</ishop-merchant.version>--> |
| | | <!-- <ishop-mobile.version>2.3.0-SNAPSHOT</ishop-mobile.version>--> |
| | | <mybatis-plus-boot-starter.version>3.5.3.1</mybatis-plus-boot-starter.version> |
| | | <mybatis-plus-annotation.version>3.5.5</mybatis-plus-annotation.version> |
| | | <fastjson.version>2.0.23</fastjson.version> |
| | | </properties> |
| | | |
| | | <dependencyManagement> |
| | |
| | | <version>${iplatform.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- mybatis支持模块,2024-01-16 --> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-support-mybatis</artifactId> |
| | | <version>${iplatform.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 推送实现模块,2023-04-24 --> |
| | | <dependency> |
| | | <groupId>com.walkersoft</groupId> |
| | |
| | | <version>${iplatform.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- mybatis-plus,2024-01-16--> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>${mybatis-plus-boot-starter.version}</version> |
| | | <exclusions> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-autoconfigure</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-starter-jdbc</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-configuration-processor</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-autoconfigure-processor</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <exclusion> |
| | | <groupId>org.mybatis.scripting</groupId> |
| | | <artifactId>mybatis-thymeleaf</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.mybatis.scripting</groupId> |
| | | <artifactId>mybatis-velocity</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.mybatis.scripting</groupId> |
| | | <artifactId>mybatis-freemarker</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-commons</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-annotation</artifactId> |
| | | <version>${mybatis-plus-annotation.version}</version> |
| | | <type>jar.sha256</type> |
| | | </dependency> |
| | | |
| | | <!-- 阿里JSON解析器 --> |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | <version>${fastjson.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |