<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>com.qianwen</groupId>
|
<artifactId>smart-parent</artifactId>
|
<version>1.0.0</version>
|
</parent>
|
|
<artifactId>smart-man-boot</artifactId>
|
|
<properties>
|
<smartman.project.id>smartman-api</smartman.project.id>
|
<!---->
|
<smart.suite.version>1.0.0</smart.suite.version>
|
|
<java.version>1.8</java.version>
|
<maven.plugin.version>3.8.1</maven.plugin.version>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<flowable.version>6.4.2</flowable.version>
|
<!--
|
<tdengine.version>3.0.2</tdengine.version>
|
-->
|
<spring.boot.version>2.3.12.RELEASE</spring.boot.version>
|
<spring.platform.version>Cairo-SR8</spring.platform.version>
|
|
<!-- 推荐使用Harbor -->
|
<!--
|
<docker.registry.url>192.168.0.157</docker.registry.url>
|
<docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host>
|
<docker.username>admin</docker.username>
|
<docker.password>Harbor12345</docker.password>
|
<docker.namespace>blade</docker.namespace>
|
<docker.plugin.version>1.4.13</docker.plugin.version>
|
-->
|
</properties>
|
<dependencyManagement>
|
<dependencies>
|
<!--
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-suite</artifactId>
|
<version>${smart.suite.version}</version>
|
<type>pom</type>
|
<scope>import</scope>
|
</dependency>
|
-->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-dependencies</artifactId>
|
<version>${spring.boot.version}</version>
|
<type>pom</type>
|
<scope>import</scope>
|
</dependency>
|
<dependency>
|
<groupId>io.spring.platform</groupId>
|
<artifactId>platform-bom</artifactId>
|
<version>${spring.platform.version}</version>
|
<type>pom</type>
|
<scope>import</scope>
|
</dependency>
|
</dependencies>
|
</dependencyManagement>
|
<dependencies>
|
<!--mydep-->
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-secure</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--end-->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
</dependency>
|
|
<!-- Blade -->
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-boot</artifactId>
|
<exclusions>
|
<exclusion>
|
<groupId>org.springblade</groupId>
|
<artifactId>blade-core-cloud</artifactId>
|
</exclusion>
|
</exclusions>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-http</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-api-crypto</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-tenant</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-datascope</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-excel</artifactId>
|
<exclusions>
|
<exclusion>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
</exclusion>
|
</exclusions>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-swagger</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-social</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--
|
|
|
-->
|
|
<!--
|
|
|
|
-->
|
<dependency>
|
<groupId>com.github.xiaoymin</groupId>
|
<artifactId>knife4j-spring-ui</artifactId>
|
<version>2.0.9</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-auto</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-launch</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--
|
<dependency>
|
<groupId>org.springblade</groupId>
|
<artifactId>blade-core-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
-->
|
<!-- 报表 -->
|
<!--
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-report</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
-->
|
<!-- 验证码 -->
|
<dependency>
|
<groupId>com.github.whvcse</groupId>
|
<artifactId>easy-captcha</artifactId>
|
<version>1.6.2</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.velocity</groupId>
|
<artifactId>velocity</artifactId>
|
<version>1.7</version>
|
</dependency>
|
|
|
<!--Oss-->
|
<!--
|
|
-->
|
<!--Sms-->
|
<!--
|
|
-->
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-oss</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-sms</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--MinIO-->
|
<dependency>
|
<groupId>io.minio</groupId>
|
<artifactId>minio</artifactId>
|
<version>8.3.7</version>
|
</dependency>
|
<!--Alioss-->
|
<dependency>
|
<groupId>com.aliyun.oss</groupId>
|
<artifactId>aliyun-sdk-oss</artifactId>
|
<version>3.14.0</version>
|
|
</dependency>
|
<!--AliSms-->
|
<dependency>
|
<groupId>com.aliyun</groupId>
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
<version>4.5.30</version>
|
|
</dependency>
|
<!--腾讯COS-->
|
<!--
|
|
-->
|
<!--腾讯SMS-->
|
<!--
|
|
-->
|
|
<dependency>
|
<artifactId>assertj-core</artifactId>
|
<groupId>org.assertj</groupId>
|
</dependency>
|
<dependency>
|
<groupId>com.qcloud</groupId>
|
<artifactId>cos_api</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.github.qcloudsms</groupId>
|
<artifactId>qcloudsms</artifactId>
|
</dependency>
|
<!--QiNiu-->
|
<dependency>
|
<groupId>com.qiniu</groupId>
|
<artifactId>qiniu-java-sdk</artifactId>
|
<version>7.9.4</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<!--YunPian-->
|
<dependency>
|
<groupId>com.yunpian.sdk</groupId>
|
<artifactId>yunpian-java-sdk</artifactId>
|
<version>1.2.7</version>
|
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-coderule</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-sequence</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!-- 流水号 -->
|
<!--
|
|
-->
|
|
|
|
|
|
<!-- coderule -->
|
|
|
|
|
<!-- Task发送器 -->
|
<!--
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-task</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
-->
|
<!-- Notify通知中心 -->
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-notify</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.plugin</groupId>
|
<artifactId>spring-plugin-core</artifactId>
|
<version>2.0.0.RELEASE</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.plugin</groupId>
|
<artifactId>spring-plugin-metadata</artifactId>
|
<version>2.0.0.RELEASE</version>
|
</dependency>
|
<!---->
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-scanner</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- websocket 集成包 -->
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-websocket</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--
|
starter-taskzhong 包含此依赖
|
<dependency>
|
<groupId>org.apache.rocketmq</groupId>
|
<artifactId>rocketmq-client</artifactId>
|
<version>4.5.2</version>
|
</dependency>
|
-->
|
<dependency>
|
<groupId>org.springframework.integration</groupId>
|
<artifactId>spring-integration-mqtt</artifactId>
|
</dependency>
|
<!-- 国际化 -->
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-i18n</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- 中间件引用 -->
|
<!-- xxl-job -->
|
<dependency>
|
<groupId>com.xuxueli</groupId>
|
<artifactId>xxl-job-core</artifactId>
|
<version>2.1.2</version>
|
|
</dependency>
|
|
<!-- tdengine 驱动 -->
|
<!--
|
<dependency>
|
<groupId>com.taosdata.jdbc</groupId>
|
<artifactId>taos-jdbcdriver</artifactId>
|
<version>${tdengine.version}</version>
|
</dependency>
|
-->
|
<!-- iotdb -->
|
<dependency>
|
<groupId>org.apache.iotdb</groupId>
|
<artifactId>iotdb-session</artifactId>
|
<version>1.3.2</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.iotdb</groupId>
|
<artifactId>iotdb-jdbc</artifactId>
|
<version>1.3.2</version>
|
</dependency>
|
<!-- 扩展相关引用 -->
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-core</artifactId>
|
<version>5.7.18</version>
|
</dependency>
|
<!--代码生成插件-->
|
<!--
|
<dependency>
|
<groupId>com.masterlink</groupId>
|
<artifactId>code-generator</artifactId>
|
<version>1.4.3-SNAPSHOT</version>
|
</dependency>
|
-->
|
<!--密钥工具-->
|
<dependency>
|
<groupId>org.smartboot.license</groupId>
|
<artifactId>license-client</artifactId>
|
<!--<version>1.1.0-SNAPSHOT</version>-->
|
<version>1.0.4</version>
|
</dependency>
|
<!-- 图片压缩 -->
|
<dependency>
|
<groupId>net.coobird</groupId>
|
<artifactId>thumbnailator</artifactId>
|
<version>0.4.8</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.dtflys.forest</groupId>
|
<artifactId>forest-spring-boot-starter</artifactId>
|
<version>1.5.19</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
</dependency>
|
<!-- 插件引用 -->
|
<!-- lombok -->
|
<dependency>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
|
</dependency>
|
<dependency>
|
<groupId>org.mapstruct</groupId>
|
<artifactId>mapstruct</artifactId>
|
<version>1.4.1.Final</version>
|
</dependency>
|
<dependency>
|
<groupId>org.mapstruct</groupId>
|
<artifactId>mapstruct-processor</artifactId>
|
<version>1.4.1.Final</version>
|
</dependency>
|
<!--oracle驱动-->
|
<dependency>
|
<groupId>com.oracle.database.jdbc</groupId>
|
<artifactId>ojdbc6</artifactId>
|
<version>11.2.0.4</version>
|
</dependency>
|
<!--mysql驱动-->
|
<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
</dependency>
|
<!-- 积木报表 -->
|
<dependency>
|
<groupId>org.jeecgframework.jimureport</groupId>
|
<artifactId>jimureport-spring-boot-starter</artifactId>
|
<version>1.5.0</version>
|
<!--<version>1.5.9</version>-->
|
</dependency>
|
<!-- openpdf 单独升级 -->
|
<dependency>
|
<groupId>com.github.librepdf</groupId>
|
<artifactId>openpdf</artifactId>
|
<version>1.3.26</version>
|
</dependency>
|
<!--钉钉服务端api-->
|
<dependency>
|
<groupId>com.aliyun</groupId>
|
<artifactId>dingtalk</artifactId>
|
<version>1.3.95</version>
|
</dependency>
|
<!--企业微信api-->
|
<dependency>
|
<groupId>org.jeecgframework</groupId>
|
<artifactId>jeewx-api</artifactId>
|
<version>1.4.8</version>
|
</dependency>
|
<!--企业微信回调加解密包-->
|
<dependency>
|
<groupId>commons-codec</groupId>
|
<artifactId>commons-codec</artifactId>
|
<version>1.15</version>
|
</dependency>
|
|
<!-- admin server 依赖 -->
|
<dependency>
|
<groupId>de.codecentric</groupId>
|
<artifactId>spring-boot-admin-starter-server</artifactId>
|
<version>2.3.1</version>
|
</dependency>
|
|
<dependency>
|
<groupId>de.codecentric</groupId>
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
<version>2.3.1</version>
|
</dependency>
|
|
<!--添加actuator依赖-->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
<version>${spring.boot.version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>commons-fileupload</groupId>
|
<artifactId>commons-fileupload</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
</dependencies>
|
|
<build>
|
<finalName>${smartman.project.id}</finalName>
|
<resources>
|
<resource>
|
<directory>src/main/resources</directory>
|
</resource>
|
<resource>
|
<directory>src/main/java</directory>
|
<includes>
|
<include>**/*.xml</include>
|
</includes>
|
</resource>
|
</resources>
|
|
<pluginManagement>
|
<plugins><!--
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<version>${spring.boot.version}</version>
|
|
|
<configuration>
|
<finalName>${project.build.finalName}</finalName>
|
</configuration>
|
<executions>
|
|
<execution>
|
<id>build-info</id>
|
<goals>
|
<goal>build-info</goal>
|
</goals>
|
<configuration>
|
<additionalProperties>
|
<java.version>${java.version}</java.version>
|
<app.codename>phoenix</app.codename>
|
</additionalProperties>
|
</configuration>
|
</execution>
|
|
<execution>
|
<goals>
|
<goal>repackage</goal>
|
</goals>
|
</execution>
|
</executions>
|
</plugin>
|
-->
|
</plugins>
|
</pluginManagement>
|
<plugins>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<configuration>
|
<mainClass>com.qianwen.smartman.Application</mainClass>
|
<layout>ZIP</layout>
|
<includes>
|
|
<include>
|
<groupId>nothing</groupId>
|
<artifactId>nothing</artifactId>
|
</include>
|
|
</includes>
|
</configuration>
|
</plugin>
|
<plugin>
|
<artifactId>maven-compiler-plugin</artifactId>
|
<configuration>
|
<source>${java.version}</source>
|
<target>${java.version}</target>
|
<encoding>UTF-8</encoding>
|
<compilerArgs>
|
<arg>-parameters</arg>
|
</compilerArgs>
|
</configuration>
|
</plugin>
|
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-resources-plugin</artifactId>
|
<configuration>
|
<encoding>UTF-8</encoding>
|
<nonFilteredFileExtensions>
|
<nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
|
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
</nonFilteredFileExtensions>
|
</configuration>
|
</plugin>
|
</plugins>
|
|
</build>
|
|
</project>
|