123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625 |
- <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.7.5</version>
- <relativePath/> <!-- lookup parent from repository -->
- </parent>
- <groupId>com.xjrsoft</groupId>
- <artifactId>xjrsoft-boot</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <name>xjrsoft-boot</name>
- <description>xjrsoft-boot</description>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <java.version>11</java.version>
- <commons.lang.version>2.6</commons.lang.version>
- <commons.fileupload.version>1.5</commons.fileupload.version>
- <commons.io.version>2.5</commons.io.version>
- <commons.codec.version>1.10</commons.codec.version>
- <commons.configuration.version>1.10</commons.configuration.version>
- <hutool.version>5.7.20</hutool.version>
- <satoken.version>1.35.0.RC</satoken.version>
- <lombok.version>1.18.4</lombok.version>
- <fastjson.version>1.2.83</fastjson.version>
- <joda.time.version>2.9.9</joda.time.version>
- <gson.version>2.8.5</gson.version>
- <mybatisplus.join.version>1.4.2.2</mybatisplus.join.version>
- <mybatisplus.version>3.5.1</mybatisplus.version>
- <mybatisplus.generator.version>3.5.2</mybatisplus.generator.version>
- <mybatisplus.dynamic.version>3.5.2</mybatisplus.dynamic.version>
- <druid.version>1.1.22</druid.version>
- <knife4j.version>2.0.7</knife4j.version>
- <freemarker.version>2.3.30</freemarker.version>
- <hibernatevalidator.version>6.0.13.Final</hibernatevalidator.version>
- <qiniu.version>7.2.23</qiniu.version>
- <aliyun.oss.version>2.8.3</aliyun.oss.version>
- <qcloud.cos.version>4.4</qcloud.cos.version>
- <huawei.obs.version>3.19.7</huawei.obs.version>
- <minio.oss.version>7.1.0</minio.oss.version>
- <jaxb.api.version>2.3.0</jaxb.api.version>
- <log4j.core.version>2.17.2</log4j.core.version>
- <screw.version>1.0.5</screw.version>
- <ureport.version>2.2.9</ureport.version>
- <camunda.version>7.18.0</camunda.version>
- <groovy.version>3.0.17</groovy.version>
- <javax.mail.version>1.6.2</javax.mail.version>
- <magic.api.version>2.1.1</magic.api.version>
- <keycloak.version>20.0.1</keycloak.version>
- <aliyun.core.version>4.5.1</aliyun.core.version>
- <tencentcloud.version>3.1.62</tencentcloud.version>
- <chatgpt.java.version>1.0.6</chatgpt.java.version>
- <okio.version>3.3.0</okio.version>
- <easyexcel.version>3.1.4</easyexcel.version>
- <poi.version>3.17</poi.version>
- <ooxml.schemas.version>1.3</ooxml.schemas.version>
- <javassist.version>3.29.2-GA</javassist.version>
- <microsoft.version>8.4.1.jre8</microsoft.version>
- <pinyin4j.version>2.5.1</pinyin4j.version>
- <sms4j.version>2.1.0</sms4j.version>
- <license.version>2.0</license.version>
- <justauth.version>1.16.5</justauth.version>
- <dingtalk.version>2.0.26</dingtalk.version>
- <version.tomcat>9.0.71</version.tomcat>
- <easy.captcha.version>1.6.2</easy.captcha.version>
- <paho.mqttv5.version>1.2.5</paho.mqttv5.version>
- <liteflow.version>2.11.2</liteflow.version>
- <zxing.version>3.2.1</zxing.version>
- <hikvision.version>1.1.3</hikvision.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-redis</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.paho</groupId>
- <artifactId>org.eclipse.paho.mqttv5.client</artifactId>
- <version>${paho.mqttv5.version}</version>
- </dependency>
- <!-- 海康威视 -->
- <dependency>
- <groupId>com.hikvision.ga</groupId>
- <artifactId>artemis-http-client</artifactId>
- <version>${hikvision.version}</version>
- </dependency>
- <!--规则引擎-->
- <dependency>
- <groupId>com.yomahub</groupId>
- <artifactId>liteflow-spring-boot-starter</artifactId>
- <version>${liteflow.version}</version>
- <exclusions>
- <exclusion>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!--Java图形验证码,支持gif、中文、算术等类型:https://gitee.com/ele-admin/EasyCaptcha-->
- <dependency>
- <groupId>com.github.whvcse</groupId>
- <artifactId>easy-captcha</artifactId>
- <version>${easy.captcha.version}</version>
- </dependency>
- <!--引入MySql依赖-->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <!--引入oracle依赖-->
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc7</artifactId>
- <version>12.1.0.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/ojdbc7.jar</systemPath>
- </dependency>
- <!--引入sqlserver依赖-->
- <dependency>
- <groupId>com.microsoft.sqlserver</groupId>
- <artifactId>mssql-jdbc</artifactId>
- <version>${microsoft.version}</version>
- </dependency>
- <!--引入hutool依赖-->
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>${hutool.version}</version>
- </dependency>
- <!--引入hutool依赖 邮件依赖-->
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>javax.mail</artifactId>
- <version>${javax.mail.version}</version>
- </dependency>
- <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-spring-boot-starter</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!-- Sa-Token 整合 Redis (使用jdk默认序列化方式) -->
- <!-- <dependency>-->
- <!-- <groupId>cn.dev33</groupId>-->
- <!-- <artifactId>sa-token-dao-redis</artifactId>-->
- <!-- <version>${satoken.version}</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-redis</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-temp-jwt</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!-- Sa-Token-OAuth2.0 模块 -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-oauth2</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!--引入Lombok依赖-->
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>${lombok.version}</version>
- <optional>true</optional>
- </dependency>
- <!--引入mybatis-plus依赖-->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>${mybatisplus.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-generator</artifactId>
- <version>${mybatisplus.generator.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-spring-boot-starter</artifactId>
- <version>${knife4j.version}</version>
- </dependency>
- <!--引入fastjson依赖-->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>${commons.lang.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${commons.fileupload.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons.io.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>${commons.codec.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <version>${commons.configuration.version}</version>
- </dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>${joda.time.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>${gson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-starter</artifactId>
- <version>${druid.version}</version>
- </dependency>
- <!--引入模板依赖-->
- <dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- <version>${freemarker.version}</version>
- </dependency>
- <!--引入注解验证依赖-->
- <dependency>
- <groupId>org.hibernate.validator</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>${hibernatevalidator.version}</version>
- </dependency>
- <!-- 动态数据源 -->
- <!-- <dependency>-->
- <!-- <groupId>com.baomidou</groupId>-->
- <!-- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>-->
- <!-- <version>${mybatisplus.dynamic.version}</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>com.qiniu</groupId>
- <artifactId>qiniu-java-sdk</artifactId>
- <version>${qiniu.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>${aliyun.oss.version}</version>
- </dependency>
- <dependency>
- <groupId>com.huaweicloud</groupId>
- <artifactId>esdk-obs-java</artifactId>
- <version>${huawei.obs.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qcloud</groupId>
- <artifactId>cos_api</artifactId>
- <version>${qcloud.cos.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>${minio.oss.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-configuration-processor</artifactId>
- <optional>true</optional>
- </dependency>
- <!--jdk8 可以不需要-->
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>${jaxb.api.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <version>${log4j.core.version}</version>
- </dependency>
- <!-- mybatis-plus 多表关联 -->
- <dependency>
- <groupId>com.github.yulichang</groupId>
- <artifactId>mybatis-plus-join</artifactId>
- <version>${mybatisplus.join.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.smallbun.screw</groupId>
- <artifactId>screw-core</artifactId>
- <version>${screw.version}</version>
- </dependency>
- <dependency>
- <groupId>com.syyai.spring.boot</groupId>
- <artifactId>ureport-spring-boot-starter</artifactId>
- <version>${ureport.version}</version>
- </dependency>
- <dependency>
- <groupId>org.camunda.bpm.springboot</groupId>
- <artifactId>camunda-bpm-spring-boot-starter</artifactId>
- <version>${camunda.version}</version>
- </dependency>
- <dependency>
- <groupId>org.camunda.bpm.springboot</groupId>
- <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
- <version>${camunda.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>${groovy.version}</version>
- <classifier>sources</classifier>
- <type>java-source</type>
- </dependency>
- <!-- 钉钉用到的jar包 -->
- <dependency>
- <groupId>taobao-sdk-java-auto</groupId>
- <artifactId>taobao-sdk-java-auto</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/taobao-sdk-java-auto.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.ssssssss</groupId>
- <artifactId>magic-api-spring-boot-starter</artifactId>
- <version>${magic.api.version}</version>
- </dependency>
- <!-- 腾讯云短信 -->
- <dependency>
- <groupId>com.tencentcloudapi</groupId>
- <artifactId>tencentcloud-sdk-java</artifactId>
- <version>${tencentcloud.version}</version>
- </dependency>
- <!-- 阿里云短信 -->
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-core</artifactId>
- <version>${aliyun.core.version}</version>
- </dependency>
- <!-- keycloak -->
- <dependency>
- <groupId>org.keycloak</groupId>
- <artifactId>keycloak-authz-client</artifactId>
- <version>${keycloak.version}</version>
- </dependency>
- <dependency>
- <groupId>com.unfbx</groupId>
- <artifactId>chatgpt-java</artifactId>
- <version>${chatgpt.java.version}</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okio</groupId>
- <artifactId>okio</artifactId>
- <version>${okio.version}</version>
- </dependency>
- <!-- excel导入导出 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel</artifactId>
- <version>${easyexcel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${poi.version}</version>
- <!-- <scope>provided</scope>-->
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>${poi.version}</version>
- <!-- <scope>provided</scope>-->
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>ooxml-schemas</artifactId>
- <version>${ooxml.schemas.version}</version>
- </dependency>
- <!--动态给类新增属性 的工具-->
- <dependency>
- <groupId>org.javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>${javassist.version}</version>
- </dependency>
- <!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
- <dependency>
- <groupId>com.belerweb</groupId>
- <artifactId>pinyin4j</artifactId>
- <version>${pinyin4j.version}</version>
- </dependency>
- <!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
- <dependency>
- <groupId>org.dromara.sms4j</groupId>
- <artifactId>sms4j-spring-boot-starter</artifactId>
- <version>${sms4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.smartboot.license</groupId>
- <artifactId>license-client</artifactId>
- <version>${license.version}</version>
- </dependency>
- <dependency>
- <groupId>me.zhyd.oauth</groupId>
- <artifactId>JustAuth</artifactId>
- <version>${justauth.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>dingtalk</artifactId>
- <version>${dingtalk.version}</version>
- </dependency>
- <!-- 引入postgres依赖 -->
- <dependency>
- <groupId>org.postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <scope>runtime</scope>
- </dependency>
- <!-- 引入用于生成二维码的zxing-->
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>${zxing.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>javase</artifactId>
- <version>${zxing.version}</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}</finalName>
- <plugins>
- <!--解开以下注释可以指定jdk版本-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-compiler-plugin</artifactId>-->
- <!-- <version>3.8.1</version>-->
- <!-- <configuration>-->
- <!-- <source>1.8</source>-->
- <!-- <target>1.8</target>-->
- <!-- <encoding>${project.build.sourceEncoding}</encoding>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <includeSystemScope>true</includeSystemScope>
- <excludes>
- <exclude>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- </exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.10.1</version>
- <configuration>
- <source>8</source>
- <target>8</target>
- </configuration>
- </plugin>
- <!--解开以下注释 打包时 会使用 maven插件 上传到docker-->
- <!-- <!–使用docker-maven-plugin插件–>-->
- <!-- <plugin>-->
- <!-- <groupId>com.spotify</groupId>-->
- <!-- <artifactId>docker-maven-plugin</artifactId>-->
- <!-- <version>1.2.2</version>-->
- <!-- <!–将插件绑定在某个phase执行–>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <id>build-image</id>-->
- <!-- <!–用户只需执行mvn package ,就会自动执行mvn docker:build–>-->
- <!-- <phase>package</phase>-->
- <!-- <goals>-->
- <!-- <goal>build</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- <configuration>-->
- <!-- <!–指定生成的镜像名,这里是我们的作者名+项目名–>-->
- <!-- <imageName>${project.artifactId}</imageName>-->
- <!-- <!–指定标签 这里指定的是镜像的版本,我们默认版本是latest–>-->
- <!-- <imageTags>-->
- <!-- <imageTag>latest</imageTag>-->
- <!-- </imageTags>-->
- <!-- <!–指定基础镜像jdk11–>-->
- <!-- <baseImage>openjdk:11-jre</baseImage>-->
- <!-- <!–-->
- <!-- 镜像制作人本人信息–>-->
- <!-- <maintainer>343894036@email.com</maintainer>-->
- <!-- <!–切换到ROOT目录–>-->
- <!-- <workdir>/ROOT</workdir>-->
- <!-- <!–查看我们的java版本–>-->
- <!-- <cmd>["java", "-version"]</cmd>-->
- <!-- <!–${project.build.finalName}.jar是打包后生成的jar包的名字–>-->
- <!-- <entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>-->
- <!-- <!–指定远程 docker api地址–>-->
- <!-- <dockerHost>http://47.106.153.7:2375</dockerHost>-->
- <!-- <!– 这里是复制 jar 包到 docker 容器指定目录配置 –>-->
- <!-- <resources>-->
- <!-- <resource>-->
- <!-- <targetPath>/</targetPath>-->
- <!-- <!–jar 包所在的路径 此处配置的 即对应 target 目录–>-->
- <!-- <directory>${project.build.directory}</directory>-->
- <!-- <!–用于指定需要复制的文件 需要包含的 jar包 ,这里对应的是 Dockerfile中添加的文件名 –>-->
- <!-- <include>${project.build.finalName}.jar</include>-->
- <!-- </resource>-->
- <!-- </resources>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- </plugins>
- </build>
- </project>
|