zhwl/zhwl-admin/pom.xml
2025-07-01 17:54:58 +08:00

341 lines
12 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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> &lt;!&ndash; 表示依赖不会传递 &ndash;&gt;-->
<!-- </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>-->
<!-- &lt;!&ndash; 是否生 git.properties 属性文件 &ndash;&gt;-->
<!-- <generateGitPropertiesFile>true</generateGitPropertiesFile>-->
<!-- &lt;!&ndash; 生成版本信息文件名 &ndash;&gt;-->
<!-- <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties-->
<!-- </generateGitPropertiesFilename>-->
<!-- <format>json</format>-->
<!-- &lt;!&ndash; git描述配置,可选;由JGit提供实现 &ndash;&gt;-->
<!-- <gitDescribe>-->
<!-- &lt;!&ndash; 是否生成描述属性 &ndash;&gt;-->
<!-- <skip>false</skip>-->
<!-- &lt;!&ndash; 提交操作未发现tag时,仅打印提交操作ID &ndash;&gt;-->
<!-- <always>false</always>-->
<!-- &lt;!&ndash; 提交操作ID显式字符长度,最大值为:40;默认值:7; 0代表特殊意义;后面有解释; &ndash;&gt;-->
<!-- <abbrev>7</abbrev>-->
<!-- &lt;!&ndash; 构建触发时,代码有修改时(即"dirty state"),添加指定后缀;默认值:""; &ndash;&gt;-->
<!-- <dirty>-dirty</dirty>-->
<!-- </gitDescribe>-->
<!-- </configuration>-->
<!-- </plugin>-->
</plugins>
<finalName>${project.artifactId}</finalName>
</build>
</project>