YYC
2023-06-19 0a4c32ca70dd7543596ac7234b06db343917f65e
新建接口
已修改8个文件
已添加11个文件
423 ■■■■ 文件已修改
igds-api-phone/src/main/java/com/ld/igds/phone35/constant/Phone35Constant.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/dto/DtoPatrol.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/mapper/Phone35Mapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/param/Phone35PatrolCommonParam.java 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5401.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5402.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5403.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5601.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5605.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5606.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5607.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5608.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5701.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5702.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5703.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5704.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5705.java 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5801.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-web/pom.xml 102 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
igds-api-phone/src/main/java/com/ld/igds/phone35/constant/Phone35Constant.java
@@ -99,7 +99,12 @@
    public static final String API_PHONE_5604 = "5604";
    public static final String API_PHONE_5605 = "5605";
    /* ======= é—¨ç¦ç®¡ç† ====== */
    public static final String API_PHONE_5606 = "5606";
    public static final String API_PHONE_5607 = "5607";
    public static final String API_PHONE_5608 = "5608";
    /* ======= å·¥å•管理 ====== */
@@ -107,6 +112,7 @@
    public static final String API_PHONE_5702 = "5702";
    public static final String API_PHONE_5703 = "5703";
    public static final String API_PHONE_5704 = "5704";
    public static final String API_PHONE_5705 = "5705";
    /* ======= é¢„警管理 ====== */
igds-api-phone/src/main/java/com/ld/igds/phone35/dto/DtoPatrol.java
@@ -6,6 +6,8 @@
import java.util.Date;
/**
 * ç”µå­å·¡é€»
 *
 * @Author:YAN
 */
@Data
@@ -17,7 +19,7 @@
    private String latitude;
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createTime;
    private String base64Img;
}
igds-api-phone/src/main/java/com/ld/igds/phone35/mapper/Phone35Mapper.java
@@ -4,6 +4,7 @@
import com.ld.igds.phone35.dto.*;
import com.ld.igds.phone35.param.Phone35CommonParam;
import com.ld.igds.phone35.param.Phone35DepotCommonParam;
import com.ld.igds.phone35.param.Phone35PatrolCommonParam;
import com.ld.igds.phone35.param.Phone35WarnCommonParam;
import org.apache.ibatis.annotations.Param;
@@ -78,7 +79,7 @@
     * @param param
     * @return
     */
    List<DtoPatrol> getPatrol(@Param("param") Phone35DepotCommonParam param);
    List<DtoPatrol> getPatrol(@Param("param") Phone35PatrolCommonParam param);
    /**
     * ç›‘控设备列表
igds-api-phone/src/main/java/com/ld/igds/phone35/param/Phone35PatrolCommonParam.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,19 @@
package com.ld.igds.phone35.param;
import lombok.Data;
import java.util.Date;
/**
 * ç”µå­å·¡é€»
 *
 * @Author:YAN
 */
@Data
public class Phone35PatrolCommonParam extends Phone35CommonParam {
    private String longitude;
    private String latitude;
    private String imgName;
    private String dateTime;
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5401.java
@@ -6,12 +6,14 @@
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * è®¾å¤‡æŽ§åˆ¶-设备列表接口实现
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5401 implements Phone35Service {
    @Override
    public String getInterfaceId() {
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5402.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * æ“ä½œè®¾å¤‡
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5402 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5402;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo æ“ä½œè®¾å¤‡
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5403.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * ç©ºè°ƒæŽ§åˆ¶
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5403 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5403;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo ç©ºè°ƒæŽ§åˆ¶
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5601.java
@@ -8,6 +8,7 @@
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.mapper.Phone35Mapper;
import com.ld.igds.phone35.param.Phone35DepotCommonParam;
import com.ld.igds.phone35.param.Phone35PatrolCommonParam;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import com.ld.igds.phone35.util.PhoneRespUtil;
@@ -38,7 +39,7 @@
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //转化对象
        Phone35DepotCommonParam param = JSONObject.parseObject(req.getData().toString(), Phone35DepotCommonParam.class);
        Phone35PatrolCommonParam param = JSONObject.parseObject(req.getData().toString(), Phone35PatrolCommonParam.class);
        if (null == param) {
            return PhoneRespUtil.error(RespCodeEnum.CODE_1111, "参数有误,请重试!!");
        }
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5605.java
@@ -6,12 +6,14 @@
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * ç›‘控播放
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5605 implements Phone35Service {
    @Override
    public String getInterfaceId() {
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5606.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * é—¨ç¦è®¾å¤‡åˆ—表
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5606 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5606;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo é—¨ç¦è®¾å¤‡åˆ—表
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5607.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * é—¨ç¦è®¾å¤‡æ“ä½œ
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5607 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5607;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo é—¨ç¦è®¾å¤‡æ“ä½œ
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5608.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * é—¨ç¦è®°å½•
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5608 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5608;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo -门禁记录
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5701.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * å·¥å•申请
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5701 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5701;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo å·¥å•申请
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5702.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * å·¥å•记录
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5702 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5702;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo å·¥å•记录
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5703.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * å·¥å•审核列表
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5703 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5703;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo å·¥å•审核列表
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5704.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * å·¥å•审核
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5704 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5704;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo å·¥å•审核
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5705.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
package com.ld.igds.phone35.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.ld.igds.phone35.constant.Phone35Constant;
import com.ld.igds.phone35.dto.Phone35AuthUser;
import com.ld.igds.phone35.dto.PhoneResponse;
import com.ld.igds.phone35.param.Phone35Request;
import com.ld.igds.phone35.service.Phone35Service;
import org.springframework.stereotype.Service;
/**
 * å·¥å•类型
 *
 * @Author:YAN
 */
@Service
public class Phone35ServiceImpl5705 implements Phone35Service {
    @Override
    public String getInterfaceId() {
        return Phone35Constant.API_PHONE_5705;
    }
    @Override
    public PhoneResponse<Object> execute(Phone35Request<JSONObject> req, Phone35AuthUser phone35AuthUser) throws Exception {
        //todo å·¥å•类型 æš‚定接口为5705,如有需要改为6101
        return null;
    }
}
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5801.java
@@ -25,6 +25,8 @@
import java.util.List;
/**
 * é¢„警列表
 *
 * @Author:YAN
 */
@Service
igds-web/pom.xml
@@ -119,6 +119,12 @@
            <version>${igds.version}</version>
        </dependency>
        <!-- APP -可选-->
        <dependency>
            <groupId>com.ld.igds</groupId>
            <artifactId>igds-api-phone</artifactId>
            <version>${igds.version}</version>
        </dependency>
        <!-- å…¶ä»–通用品牌协议 -->
        <dependency>
            <groupId>com.ld.igds</groupId>
@@ -214,54 +220,54 @@
            </plugin>
            <!-- YUI Compressor Maven压缩插件 å¼€å‘包不实用-->
<!--            <plugin>-->
<!--                <groupId>net.alchim31.maven</groupId>-->
<!--                <artifactId>yuicompressor-maven-plugin</artifactId>-->
<!--                <version>1.5.1</version>-->
<!--                <executions>-->
<!--                    <execution>-->
<!--                        <goals>-->
<!--                            <goal>compress</goal>-->
<!--                        </goals>-->
<!--                    </execution>-->
<!--                </executions>-->
<!--                <configuration>-->
<!--                    <encoding>UTF-8</encoding>-->
<!--                    &lt;!&ndash;不显示js可能的错误 &ndash;&gt;-->
<!--                    <jswarn>false</jswarn>-->
<!--                    &lt;!&ndash;是否混淆 &ndash;&gt;-->
<!--                    <nomunge>true</nomunge>-->
<!--                    &lt;!&ndash;若存在已压缩的文件,会先对比源文件是否有改动 æœ‰æ”¹åŠ¨ä¾¿åŽ‹ç¼©ï¼Œæ— æ”¹åŠ¨å°±ä¸åŽ‹ç¼© &ndash;&gt;-->
<!--                    <force>false</force>-->
<!--                    &lt;!&ndash;在指定的列号后插入新行 &ndash;&gt;-->
<!--                    <linebreakpos>-1</linebreakpos>-->
<!--                    &lt;!&ndash;压缩之前先执行聚合文件操作 &ndash;&gt;-->
<!--                    <preProcessAggregates>true</preProcessAggregates>-->
<!--                    &lt;!&ndash;压缩后保存文件后缀 æ— åŽç¼€ &ndash;&gt;-->
<!--                    <nosuffix>true</nosuffix>-->
<!--                    &lt;!&ndash;源目录,即需压缩的根目录 &ndash;&gt;-->
<!--                    <sourceDirectory>src/main/resources</sourceDirectory>-->
<!--                    &lt;!&ndash;输出目录,即压缩后的目录 &ndash;&gt;-->
<!--                    <outputDirectory>target/classes</outputDirectory>-->
<!--                    <force>true</force>-->
<!--                    &lt;!&ndash;压缩js和css文件 &ndash;&gt;-->
<!--                    <includes>-->
<!--                        <include>**/*.js</include>-->
<!--                        <include>**/*.css</include>-->
<!--                    </includes>-->
<!--                    &lt;!&ndash; ä»¥ä¸‹ç›®å½•和文件不会被压缩 &ndash;&gt;-->
<!--                    <excludes>-->
<!--                        <exclude>**/*.min.js</exclude>-->
<!--                        <exclude>**/*.min.css</exclude>-->
<!--                        <exclude>**/d7/**</exclude>-->
<!--                        <exclude>**/dorado-home/**</exclude>-->
<!--                        <exclude>**/bdf2/**</exclude>-->
<!--                        <exclude>**/css/**</exclude>-->
<!--                        <exclude>**/js/**</exclude>-->
<!--                        <exclude>**/plugins/**</exclude>-->
<!--                    </excludes>-->
<!--                </configuration>-->
<!--            </plugin>-->
            <!--            <plugin>-->
            <!--                <groupId>net.alchim31.maven</groupId>-->
            <!--                <artifactId>yuicompressor-maven-plugin</artifactId>-->
            <!--                <version>1.5.1</version>-->
            <!--                <executions>-->
            <!--                    <execution>-->
            <!--                        <goals>-->
            <!--                            <goal>compress</goal>-->
            <!--                        </goals>-->
            <!--                    </execution>-->
            <!--                </executions>-->
            <!--                <configuration>-->
            <!--                    <encoding>UTF-8</encoding>-->
            <!--                    &lt;!&ndash;不显示js可能的错误 &ndash;&gt;-->
            <!--                    <jswarn>false</jswarn>-->
            <!--                    &lt;!&ndash;是否混淆 &ndash;&gt;-->
            <!--                    <nomunge>true</nomunge>-->
            <!--                    &lt;!&ndash;若存在已压缩的文件,会先对比源文件是否有改动 æœ‰æ”¹åŠ¨ä¾¿åŽ‹ç¼©ï¼Œæ— æ”¹åŠ¨å°±ä¸åŽ‹ç¼© &ndash;&gt;-->
            <!--                    <force>false</force>-->
            <!--                    &lt;!&ndash;在指定的列号后插入新行 &ndash;&gt;-->
            <!--                    <linebreakpos>-1</linebreakpos>-->
            <!--                    &lt;!&ndash;压缩之前先执行聚合文件操作 &ndash;&gt;-->
            <!--                    <preProcessAggregates>true</preProcessAggregates>-->
            <!--                    &lt;!&ndash;压缩后保存文件后缀 æ— åŽç¼€ &ndash;&gt;-->
            <!--                    <nosuffix>true</nosuffix>-->
            <!--                    &lt;!&ndash;源目录,即需压缩的根目录 &ndash;&gt;-->
            <!--                    <sourceDirectory>src/main/resources</sourceDirectory>-->
            <!--                    &lt;!&ndash;输出目录,即压缩后的目录 &ndash;&gt;-->
            <!--                    <outputDirectory>target/classes</outputDirectory>-->
            <!--                    <force>true</force>-->
            <!--                    &lt;!&ndash;压缩js和css文件 &ndash;&gt;-->
            <!--                    <includes>-->
            <!--                        <include>**/*.js</include>-->
            <!--                        <include>**/*.css</include>-->
            <!--                    </includes>-->
            <!--                    &lt;!&ndash; ä»¥ä¸‹ç›®å½•和文件不会被压缩 &ndash;&gt;-->
            <!--                    <excludes>-->
            <!--                        <exclude>**/*.min.js</exclude>-->
            <!--                        <exclude>**/*.min.css</exclude>-->
            <!--                        <exclude>**/d7/**</exclude>-->
            <!--                        <exclude>**/dorado-home/**</exclude>-->
            <!--                        <exclude>**/bdf2/**</exclude>-->
            <!--                        <exclude>**/css/**</exclude>-->
            <!--                        <exclude>**/js/**</exclude>-->
            <!--                        <exclude>**/plugins/**</exclude>-->
            <!--                    </excludes>-->
            <!--                </configuration>-->
            <!--            </plugin>-->
        </plugins>