341 lines
12 KiB
XML
341 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
<parent>
|
||
<artifactId>zhwl</artifactId>
|
||
<groupId>com.zhwl</groupId>
|
||
<version>3.8.7</version>
|
||
</parent>
|
||
<modelVersion>4.0.0</modelVersion>
|
||
<packaging>jar</packaging>
|
||
<artifactId>zhwl-admin</artifactId>
|
||
|
||
<description>
|
||
web服务入口
|
||
</description>
|
||
|
||
<dependencies>
|
||
|
||
<!-- spring-boot-devtools -->
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||
<!-- <artifactId>spring-boot-devtools</artifactId>-->
|
||
<!-- <optional>true</optional> <!– 表示依赖不会传递 –>-->
|
||
<!-- </dependency>-->
|
||
|
||
<!-- swagger3-->
|
||
<dependency>
|
||
<groupId>io.springfox</groupId>
|
||
<artifactId>springfox-boot-starter</artifactId>
|
||
</dependency>
|
||
|
||
<!-- 防止进入swagger页面报类型转换错误,排除3.0.0中的引用,手动增加1.6.2版本 -->
|
||
<dependency>
|
||
<groupId>io.swagger</groupId>
|
||
<artifactId>swagger-models</artifactId>
|
||
<version>1.6.2</version>
|
||
</dependency>
|
||
|
||
<!-- Mysql驱动包 -->
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
</dependency>
|
||
|
||
<!-- 核心模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-framework</artifactId>
|
||
</dependency>
|
||
|
||
<!-- 定时任务-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-quartz</artifactId>
|
||
</dependency>
|
||
|
||
<!-- 代码生成-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-generator</artifactId>
|
||
</dependency>
|
||
<!-- CMS-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-cms</artifactId>
|
||
</dependency>
|
||
<!-- 业务模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-notice</artifactId>
|
||
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-report</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-scenic</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-ticket</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-ticket-order</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-user</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-prepaid-card</artifactId>
|
||
</dependency>
|
||
|
||
<!-- 小程序-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-app</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-statistics</artifactId>
|
||
</dependency>
|
||
|
||
<!-- 文创商城-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-wcsc</artifactId>
|
||
</dependency>
|
||
<!-- 支付模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-payment</artifactId>
|
||
</dependency>
|
||
|
||
<!--短信服务-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-message</artifactId>
|
||
</dependency>
|
||
<!--智慧导览-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-guide</artifactId>
|
||
</dependency>
|
||
<!--打印配置-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-printset</artifactId>
|
||
</dependency>
|
||
<!--旅行社账号管理-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-travel-agency-account</artifactId>
|
||
</dependency>
|
||
<!--检票点-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-check-point</artifactId>
|
||
</dependency>
|
||
<!--售票点-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-sales-point</artifactId>
|
||
</dependency>
|
||
<!--api-common-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-api-common</artifactId>
|
||
</dependency>
|
||
<!--闸机信息-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-device-gate</artifactId>
|
||
</dependency>
|
||
<!--居民信息-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-resident</artifactId>
|
||
</dependency>
|
||
<!--旅行社导游管理-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-travel-agency-guide</artifactId>
|
||
</dependency>
|
||
<!--旅行社统计报表管理-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-travel-agency-report</artifactId>
|
||
</dependency>
|
||
<!--设备管理-手持机-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-device-handheld</artifactId>
|
||
</dependency>
|
||
<!--设备管理-售票机-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-device-ticket_machine</artifactId>
|
||
</dependency>
|
||
<!--旅行社订单报表管理-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-travel-agency-ticket-order</artifactId>
|
||
</dependency>
|
||
<!--ota对接模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-ota-meituan</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-ota-trip</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-ota-douyin</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-base</artifactId>
|
||
</dependency>
|
||
<!--客户管理-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-customer</artifactId>
|
||
</dependency>
|
||
<!--客流量系统设备模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-device-passflow</artifactId>
|
||
</dependency>
|
||
<!--餐饮模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-eatery</artifactId>
|
||
</dependency>
|
||
<!--酒店民宿模块-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-hotel-homestay</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-hotel-homestay-order</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-store</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-coupon</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-vip</artifactId>
|
||
</dependency>
|
||
<!--积分商城-->
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-points-mall</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.zhwl</groupId>
|
||
<artifactId>zhwl-face</artifactId>
|
||
</dependency>
|
||
<!-- SpringBoot 测试-->
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-test</artifactId>
|
||
<scope>test</scope>
|
||
</dependency>
|
||
|
||
<!-- 测试-->
|
||
<dependency>
|
||
<groupId>junit</groupId>
|
||
<artifactId>junit</artifactId>
|
||
<scope>test</scope>
|
||
</dependency>
|
||
|
||
</dependencies>
|
||
|
||
<build>
|
||
<plugins>
|
||
<plugin>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<version>2.5.15</version>
|
||
<configuration>
|
||
<fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
|
||
</configuration>
|
||
<executions>
|
||
<execution>
|
||
<goals>
|
||
<goal>repackage</goal>
|
||
</goals>
|
||
</execution>
|
||
</executions>
|
||
</plugin>
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-war-plugin</artifactId>
|
||
<version>3.1.0</version>
|
||
<configuration>
|
||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||
<warName>${project.artifactId}</warName>
|
||
</configuration>
|
||
</plugin>
|
||
<!-- <plugin>-->
|
||
<!-- <groupId>pl.project13.maven</groupId>-->
|
||
<!-- <artifactId>git-commit-id-plugin</artifactId>-->
|
||
<!-- <version>4.9.10</version>-->
|
||
<!-- <executions>-->
|
||
<!-- <execution>-->
|
||
<!-- <id>get-the-git-infos</id>-->
|
||
<!-- <goals>-->
|
||
<!-- <goal>revision</goal>-->
|
||
<!-- </goals>-->
|
||
<!-- </execution>-->
|
||
<!-- </executions>-->
|
||
<!-- <configuration>-->
|
||
<!-- <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>-->
|
||
<!-- <prefix>git</prefix>-->
|
||
<!-- <verbose>true</verbose>-->
|
||
<!-- <dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>-->
|
||
<!-- <!– 是否生 git.properties 属性文件 –>-->
|
||
<!-- <generateGitPropertiesFile>true</generateGitPropertiesFile>-->
|
||
<!-- <!– 生成版本信息文件名 –>-->
|
||
<!-- <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties-->
|
||
<!-- </generateGitPropertiesFilename>-->
|
||
<!-- <format>json</format>-->
|
||
<!-- <!– git描述配置,可选;由JGit提供实现 –>-->
|
||
<!-- <gitDescribe>-->
|
||
<!-- <!– 是否生成描述属性 –>-->
|
||
<!-- <skip>false</skip>-->
|
||
<!-- <!– 提交操作未发现tag时,仅打印提交操作ID –>-->
|
||
<!-- <always>false</always>-->
|
||
<!-- <!– 提交操作ID显式字符长度,最大值为:40;默认值:7; 0代表特殊意义;后面有解释; –>-->
|
||
<!-- <abbrev>7</abbrev>-->
|
||
<!-- <!– 构建触发时,代码有修改时(即"dirty state"),添加指定后缀;默认值:""; –>-->
|
||
<!-- <dirty>-dirty</dirty>-->
|
||
<!-- </gitDescribe>-->
|
||
<!-- </configuration>-->
|
||
<!-- </plugin>-->
|
||
</plugins>
|
||
<finalName>${project.artifactId}</finalName>
|
||
</build>
|
||
|
||
</project>
|