|  |  |  | 
|---|
|  |  |  | </parent> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <packaging>jar</packaging> | 
|---|
|  |  |  | <groupId>com.dy</groupId> | 
|---|
|  |  |  | <artifactId>pms-web-station</artifactId> | 
|---|
|  |  |  | <version>1.0.0</version> | 
|---|
|  |  |  | <name>pms-web-station</name> | 
|---|
|  |  |  | 
|---|
|  |  |  | <artifactId>thumbnailator</artifactId> | 
|---|
|  |  |  | <version>${thumbnailator.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-starter-web</artifactId> | 
|---|
|  |  |  | <exclusions> | 
|---|
|  |  |  | <!-- 引入log4j2日志时需去掉默认的logback --> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-starter-logging</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | </exclusions> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-starter-validation</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-devtools</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-starter-log4j2</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-starter-test</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- lombok --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.projectlombok</groupId> | 
|---|
|  |  |  | <artifactId>lombok</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- @Aspect @Pointcut @Around等应用 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.aspectj</groupId> | 
|---|
|  |  |  | <artifactId>aspectjweaver</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- JsonFormat用到 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.fasterxml.jackson.core</groupId> | 
|---|
|  |  |  | <artifactId>jackson-annotations</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 用于辨认log4j2.yml文件 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.fasterxml.jackson.dataformat</groupId> | 
|---|
|  |  |  | <artifactId>jackson-dataformat-yaml</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!--mysql驱动--> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.mysql</groupId> | 
|---|
|  |  |  | <artifactId>mysql-connector-j</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!--druid-spring-boot连接池--> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.alibaba</groupId> | 
|---|
|  |  |  | <artifactId>druid-spring-boot-starter</artifactId> | 
|---|
|  |  |  | <version>${druid-spring-boot-starter.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!--mybatis-plus-spring-boot--> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.baomidou</groupId> | 
|---|
|  |  |  | <artifactId>mybatis-plus-boot-starter</artifactId> | 
|---|
|  |  |  | <exclusions> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <artifactId>mybatis-spring</artifactId> | 
|---|
|  |  |  | <groupId>org.mybatis</groupId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | </exclusions> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.mybatis</groupId> | 
|---|
|  |  |  | <artifactId>mybatis-spring</artifactId> | 
|---|
|  |  |  | <version>${mybatis-spring.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 阿里fastjson --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>cglib</groupId> | 
|---|
|  |  |  | <artifactId>cglib</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.alibaba.fastjson2</groupId> | 
|---|
|  |  |  | <artifactId>fastjson2</artifactId> | 
|---|
|  |  |  | <version>${fastjson2.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.alibaba.fastjson2</groupId> | 
|---|
|  |  |  | <artifactId>fastjson2-extension-spring6</artifactId> | 
|---|
|  |  |  | <version>${fastjson2.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 阿里EasyExcel --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.alibaba</groupId> | 
|---|
|  |  |  | <artifactId>easyexcel</artifactId> | 
|---|
|  |  |  | <version>${easyexcel.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- vo po转换 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.mapstruct</groupId> | 
|---|
|  |  |  | <artifactId>mapstruct</artifactId> | 
|---|
|  |  |  | <version>${mapstruct.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.mapstruct</groupId> | 
|---|
|  |  |  | <artifactId>mapstruct-processor</artifactId> | 
|---|
|  |  |  | <version>${mapstruct.version}</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>io.netty</groupId> | 
|---|
|  |  |  | <artifactId>netty-all</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- bean和map互转换 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.dubbo</groupId> | 
|---|
|  |  |  | <artifactId>dubbo</artifactId> | 
|---|
|  |  |  | <version>${dubbo.version}</version> | 
|---|
|  |  |  | <exclusions> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>io.netty</groupId> | 
|---|
|  |  |  | <artifactId>netty-all</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.yaml</groupId> | 
|---|
|  |  |  | <artifactId>snakeyaml</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.springframework</groupId> | 
|---|
|  |  |  | <artifactId>spring-context</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>com.alibaba.spring</groupId> | 
|---|
|  |  |  | <artifactId>spring-context-support</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>com.alibaba.fastjson2</groupId> | 
|---|
|  |  |  | <artifactId>fastjson2</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>com.alibaba</groupId> | 
|---|
|  |  |  | <artifactId>hessian-lite</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>org.javassist</groupId> | 
|---|
|  |  |  | <artifactId>javassist</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | </exclusions> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- jdom2 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.jdom</groupId> | 
|---|
|  |  |  | <artifactId>jdom2</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- quartz --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.quartz-scheduler</groupId> | 
|---|
|  |  |  | <artifactId>quartz</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- zxing生成二维码 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.google.zxing</groupId> | 
|---|
|  |  |  | <artifactId>core</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.google.zxing</groupId> | 
|---|
|  |  |  | <artifactId>javase</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool)  --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>cn.hutool</groupId> | 
|---|
|  |  |  | <artifactId>hutool-all</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|
|  |  |  | 
|---|
|  |  |  | <stripVersion>false</stripVersion> | 
|---|
|  |  |  | <finalName>${project.artifactId}-${project.version}</finalName> | 
|---|
|  |  |  | <layout>ZIP</layout> | 
|---|
|  |  |  | <mainClass>com.dy.pmsBase.PmsBaseApplication</mainClass> | 
|---|
|  |  |  | <mainClass>com.dy.pmsStation.PmsStationApplication</mainClass> | 
|---|
|  |  |  | <includes> | 
|---|
|  |  |  | <include> | 
|---|
|  |  |  | <groupId>com.dy</groupId> | 
|---|