| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <groupId>com.hz</groupId> |
| | | <artifactId>phi-sms-feign-parent</artifactId> |
| | | <groupId>com.hx</groupId> |
| | | <artifactId>phi-warehouse-feign-parent</artifactId> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <packaging>pom</packaging> |
| | | |
| | | <modules> |
| | | <module>phi-sms-feign</module> |
| | | <module>phi-warehouse-feign</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | |
| | | <version>${cglib.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 数据库自动生成表 --> |
| | | <dependency> |
| | | <groupId>com.gitee.sunchenbin.mybatis.actable</groupId> |
| | | <artifactId>mybatis-enhance-actable</artifactId> |
| | | <version>${mybatis.actable}</version> |
| | | </dependency> |
| | | |
| | | <!--发送邮件--> |
| | | <dependency> |
| | | <groupId>com.sun.mail</groupId> |
| | |
| | | <version>${spring.redis.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>${lombok.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |