| | |
| | | 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> |
| | |
| | | <groupId>cglib</groupId> |
| | | <artifactId>cglib</artifactId> |
| | | <version>${cglib.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 数据库自动生成表 --> |
| | | <dependency> |
| | | <groupId>com.gitee.sunchenbin.mybatis.actable</groupId> |
| | | <artifactId>mybatis-enhance-actable</artifactId> |
| | | <version>${mybatis.actable}</version> |
| | | </dependency> |
| | | |
| | | <!--发送邮件--> |