2022-04-25 15:37:43 +08:00
|
|
|
|
<?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>
|
2022-05-09 09:24:12 +08:00
|
|
|
|
<groupId>com.ndsbw</groupId>
|
|
|
|
|
<artifactId>ndsbw</artifactId>
|
2022-04-25 15:37:43 +08:00
|
|
|
|
<version>0.0.1</version>
|
2022-05-09 09:24:12 +08:00
|
|
|
|
<name>ndsbw</name>
|
2022-04-26 13:28:49 +08:00
|
|
|
|
<description>吉林省农业资源信息平台</description>
|
2022-04-25 15:37:43 +08:00
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
|
<version>2.3.5.RELEASE</version>
|
|
|
|
|
<relativePath/>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<jeecgboot.version>2.4.0</jeecgboot.version>
|
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
|
|
|
|
|
<spring-cloud-alibaba.version>2.2.3.RELEASE</spring-cloud-alibaba.version>
|
|
|
|
|
<xxl-job-core.version>2.2.0</xxl-job-core.version>
|
|
|
|
|
<fastjson.version>1.2.75</fastjson.version>
|
|
|
|
|
<knife4j-spring-boot-starter.version>2.0.4</knife4j-spring-boot-starter.version>
|
|
|
|
|
<knife4j-spring-ui.version>2.0.4</knife4j-spring-ui.version>
|
|
|
|
|
<postgresql.version>42.2.6</postgresql.version>
|
|
|
|
|
<ojdbc6.version>11.2.0.3</ojdbc6.version>
|
|
|
|
|
<sqljdbc4.version>4.0</sqljdbc4.version>
|
|
|
|
|
<mysql-connector-java.version>8.0.21</mysql-connector-java.version>
|
|
|
|
|
<dynamic-datasource-spring-boot-starter.version>3.2.0</dynamic-datasource-spring-boot-starter.version>
|
|
|
|
|
<hutool-all.version>5.3.8</hutool-all.version>
|
|
|
|
|
<redisson.version>3.13.6</redisson.version>
|
|
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
|
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
|
|
<mybatis-plus.version>3.4.1</mybatis-plus.version>
|
|
|
|
|
<druid.version>1.1.22</druid.version>
|
|
|
|
|
<commons.version>2.6</commons.version>
|
|
|
|
|
<aliyun-java-sdk-dysmsapi.version>1.0.0</aliyun-java-sdk-dysmsapi.version>
|
|
|
|
|
<aliyun.oss.version>3.6.0</aliyun.oss.version>
|
|
|
|
|
<shiro.version>1.7.0</shiro.version>
|
|
|
|
|
<java-jwt.version>3.11.0</java-jwt.version>
|
|
|
|
|
<shiro-redis.version>3.1.0</shiro-redis.version>
|
|
|
|
|
<codegenerate.version>1.2.5</codegenerate.version>
|
|
|
|
|
<autopoi-web.version>1.2.2</autopoi-web.version>
|
|
|
|
|
<minio.version>4.0.0</minio.version>
|
|
|
|
|
<justauth-spring-boot-starter.version>1.3.2</justauth-spring-boot-starter.version>
|
|
|
|
|
<dom4j.version>1.6.1</dom4j.version>
|
|
|
|
|
<qiniu-java-sdk.version>7.2.23</qiniu-java-sdk.version>
|
|
|
|
|
<pinyin4j.version>2.5.1</pinyin4j.version>
|
|
|
|
|
<com.jimureport.version>1.1.01</com.jimureport.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>local</id>
|
|
|
|
|
<name>jeecg Repository</name>
|
|
|
|
|
<url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>jeecg</id>
|
|
|
|
|
<name>161 Snapshot Repository</name>
|
|
|
|
|
<url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>aliyun</id>
|
|
|
|
|
<name>aliyun Repository</name>
|
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>jeecg</id>
|
|
|
|
|
<name>jeecg Repository</name>
|
|
|
|
|
<url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- Lombok -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- json -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.coobird</groupId>
|
|
|
|
|
<artifactId>thumbnailator</artifactId>
|
|
|
|
|
<version>0.4.8</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun</groupId>
|
|
|
|
|
<artifactId>tools</artifactId>
|
|
|
|
|
<version>${java.version}</version>
|
|
|
|
|
<scope>system</scope>
|
|
|
|
|
<systemPath>${env.JAVA_HOME}/lib/tools.jar</systemPath>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- 基础system-api 模块-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
|
<artifactId>jeecg-system-local-api</artifactId>
|
|
|
|
|
<version>${jeecgboot.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- system 模块-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
|
<artifactId>jeecg-boot-module-system</artifactId>
|
|
|
|
|
<version>${jeecgboot.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- 指定JDK编译版本-->
|
|
|
|
|
<!--
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
-->
|
|
|
|
|
<!-- 打包跳过测试 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- 避免font文件的二进制文件格式压缩破坏 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<nonFilteredFileExtensions>
|
|
|
|
|
<nonFilteredFileExtension>woff</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>eot</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>svg</nonFilteredFileExtension>
|
|
|
|
|
</nonFilteredFileExtensions>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
|
|
|
|
|
<filtering>true</filtering>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/*.ttc</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</resource>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
<filtering>false</filtering>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.ttc</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/java</directory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
|
<include>**/*.json</include>
|
|
|
|
|
<include>**/*.ftl</include>
|
|
|
|
|
<include>**/*.ttc</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
|
|
|
|
</build>
|
|
|
|
|
<!-- 环境 -->
|
|
|
|
|
<profiles>
|
|
|
|
|
<!-- 开发 -->
|
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<!--默认激活配置-->
|
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<!--当前环境-->
|
|
|
|
|
<profile.name>dev</profile.name>
|
|
|
|
|
<!--配置文件前缀-->
|
|
|
|
|
<prefix.name>jeecg</prefix.name>
|
|
|
|
|
<!--Nacos配置中心地址-->
|
|
|
|
|
<config.server-addr>127.0.0.1:8848</config.server-addr>
|
|
|
|
|
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
|
|
|
|
|
<config.namespace/>
|
|
|
|
|
<!--Nacos配置分组名称-->
|
|
|
|
|
<config.group>DEFAULT_GROUP</config.group>
|
|
|
|
|
<!--Nacos服务发现地址-->
|
|
|
|
|
<discovery.server-addr>127.0.0.1:8848</discovery.server-addr>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<!-- 测试 -->
|
|
|
|
|
<profile>
|
|
|
|
|
<id>test</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<!--当前环境-->
|
|
|
|
|
<profile.name>test</profile.name>
|
|
|
|
|
<!--配置文件前缀-->
|
|
|
|
|
<prefix.name>jeecg</prefix.name>
|
|
|
|
|
<!--Nacos配置中心地址-->
|
|
|
|
|
<config.server-addr>127.0.0.1:8848</config.server-addr>
|
|
|
|
|
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
|
|
|
|
|
<config.namespace/>
|
|
|
|
|
<!--Nacos配置分组名称-->
|
|
|
|
|
<config.group>DEFAULT_GROUP</config.group>
|
|
|
|
|
<!--Nacos服务发现地址-->
|
|
|
|
|
<discovery.server-addr>127.0.0.1:8848</discovery.server-addr>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<!-- 生产 -->
|
|
|
|
|
<profile>
|
|
|
|
|
<id>prod</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<!--当前环境,生产环境为空-->
|
|
|
|
|
<profile.name>prod</profile.name>
|
|
|
|
|
<!--配置文件前缀-->
|
|
|
|
|
<prefix.name>jeecg</prefix.name>
|
|
|
|
|
<!--Nacos配置中心地址-->
|
|
|
|
|
<config.server-addr>127.0.0.1:8848</config.server-addr>
|
|
|
|
|
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
|
|
|
|
|
<config.namespace/>
|
|
|
|
|
<!--Nacos配置分组名称-->
|
|
|
|
|
<config.group>DEFAULT_GROUP</config.group>
|
|
|
|
|
<!--Nacos服务发现地址-->
|
|
|
|
|
<discovery.server-addr>127.0.0.1:8848</discovery.server-addr>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
|
</project>
|