¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| | | <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-parent</artifactId> |
| | | <version>3.5.0</version> |
| | | <packaging>pom</packaging> |
| | | <name>JEECG BOOT ${project.version} </name> |
| | | |
| | | <developers> |
| | | <developer> |
| | | <name>åäº¬æ²æ²äºç§ææéå
¬å¸</name> |
| | | <email>jeecgos@163.com</email> |
| | | </developer> |
| | | </developers> |
| | | |
| | | <scm> |
| | | <connection>http://www.jeecg.com</connection> |
| | | <developerConnection>https://qiaoqiaoyun.com</developerConnection> |
| | | <url>http://www.jeecg.com/vip</url> |
| | | </scm> |
| | | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.6.14</version> |
| | | <relativePath/> |
| | | </parent> |
| | | |
| | | <properties> |
| | | <jeecgboot.version>3.5.0</jeecgboot.version> |
| | | <java.version>1.8</java.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | |
| | | <!-- å¾®æå¡ --> |
| | | <spring-cloud.version>2021.0.3</spring-cloud.version> |
| | | <spring-cloud-alibaba.version>2021.0.1.0</spring-cloud-alibaba.version> |
| | | <alibaba.nacos.version>2.0.4</alibaba.nacos.version> |
| | | |
| | | <xxl-job-core.version>2.2.0</xxl-job-core.version> |
| | | <fastjson.version>1.2.83</fastjson.version> |
| | | <pegdown.version>1.6.0</pegdown.version> |
| | | <knife4j-spring-boot-starter.version>3.0.3</knife4j-spring-boot-starter.version> |
| | | <knife4j-spring-ui.version>2.0.9</knife4j-spring-ui.version> |
| | | <!-- æ°æ®åºé©±å¨ --> |
| | | <postgresql.version>42.2.25</postgresql.version> |
| | | <ojdbc6.version>11.2.0.3</ojdbc6.version> |
| | | <sqljdbc4.version>4.0</sqljdbc4.version> |
| | | <mysql-connector-java.version>8.0.27</mysql-connector-java.version> |
| | | <hutool.version>5.3.8</hutool.version> |
| | | |
| | | <!-- æä¹
å± --> |
| | | <mybatis-plus.version>3.5.1</mybatis-plus.version> |
| | | <dynamic-datasource-spring-boot-starter.version>3.2.0</dynamic-datasource-spring-boot-starter.version> |
| | | <druid.version>1.1.22</druid.version> |
| | | <minidao.version>1.9.0</minidao.version> |
| | | |
| | | <!-- ç§¯æ¨æ¥è¡¨--> |
| | | <jimureport-spring-boot-starter.version>1.7.2-beta</jimureport-spring-boot-starter.version> |
| | | <commons.version>2.6</commons.version> |
| | | <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version> |
| | | <aliyun.oss.version>3.11.2</aliyun.oss.version> |
| | | <!-- shiro --> |
| | | <shiro.version>1.10.0</shiro.version> |
| | | <java-jwt.version>3.11.0</java-jwt.version> |
| | | <shiro-redis.version>3.1.0</shiro-redis.version> |
| | | <codegenerate.version>1.4.3</codegenerate.version> |
| | | <autopoi-web.version>1.4.5</autopoi-web.version> |
| | | <minio.version>8.0.3</minio.version> |
| | | <justauth-spring-boot-starter.version>1.3.4</justauth-spring-boot-starter.version> |
| | | <dom4j.version>1.6.1</dom4j.version> |
| | | <qiniu-java-sdk.version>7.4.0</qiniu-java-sdk.version> |
| | | <!-- Log4j2çé·æ¼æ´ --> |
| | | <log4j2.version>2.17.0</log4j2.version> |
| | | <logback.version>1.2.9</logback.version> |
| | | </properties> |
| | | |
| | | <modules> |
| | | <module>jeecg-boot-base-core</module> |
| | | <module>jeecg-module-demo</module> |
| | | <module>jeecg-module-system</module> |
| | | <module>jeecg-module-dry</module> |
| | | </modules> |
| | | |
| | | <repositories> |
| | | <repository> |
| | | <id>aliyun</id> |
| | | <name>aliyun Repository</name> |
| | | <url>https://maven.aliyun.com/repository/public</url> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | <repository> |
| | | <id>jeecg</id> |
| | | <name>jeecg Repository</name> |
| | | <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | <repository> |
| | | <id>jeecg-snapshots</id> |
| | | <name>jeecg-snapshots Repository</name> |
| | | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| | | <releases> |
| | | <enabled>false</enabled> |
| | | </releases> |
| | | <snapshots> |
| | | <enabled>true</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | </repositories> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</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> |
| | | <!-- markdown --> |
| | | <dependency> |
| | | <groupId>org.pegdown</groupId> |
| | | <artifactId>pegdown</artifactId> |
| | | <version>${pegdown.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- spring-cloud--> |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-dependencies</artifactId> |
| | | <version>${spring-cloud.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <!-- spring-cloud-alibaba --> |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |
| | | <artifactId>spring-cloud-alibaba-dependencies</artifactId> |
| | | <version>${spring-cloud-alibaba.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- system 模å--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-system-biz</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- jeecg tools --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-common</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!-- jeecg core --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-base-core</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!-- system åä½ api --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-system-local-api</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!-- system å¾®æå¡ api --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-system-cloud-api</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | |
| | | <!--å¾®æå¡å¯å¨ä¾èµ--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-starter-cloud</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--xxl-job宿¶ä»»å¡--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-starter-job</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--redisåå¸å¼é--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-starter-lock</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--rabbitmqæ¶æ¯éå--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-starter-rabbitmq</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <!--ååºå表shardingsphere--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-starter-shardingsphere</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.hibernate</groupId> |
| | | <artifactId>hibernate-core</artifactId> |
| | | <version>5.6.7.Final</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>hibernate-re</artifactId> |
| | | <version>3.4.4-beta</version> |
| | | </dependency> |
| | | |
| | | <!--mongon db--> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-starter-mongon</artifactId> |
| | | <version>${jeecgboot.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- ä¸çäºSDK --> |
| | | <dependency> |
| | | <groupId>com.qiniu</groupId> |
| | | <artifactId>qiniu-java-sdk</artifactId> |
| | | <version>${qiniu-java-sdk.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>okhttp</artifactId> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- dom4j --> |
| | | <dependency> |
| | | <groupId>dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>${dom4j.version}</version> |
| | | </dependency> |
| | | <!-- fileupload --> |
| | | <dependency> |
| | | <groupId>commons-fileupload</groupId> |
| | | <artifactId>commons-fileupload</artifactId> |
| | | <version>1.4</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>commons-io</artifactId> |
| | | <groupId>commons-io</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- justauthç¬¬ä¸æ¹ç»å½ --> |
| | | <dependency> |
| | | <groupId>com.xkcoding.justauth</groupId> |
| | | <artifactId>justauth-spring-boot-starter</artifactId> |
| | | <version>${justauth-spring-boot-starter.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>hutool-core</artifactId> |
| | | <groupId>cn.hutool</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>fastjson</artifactId> |
| | | <groupId>com.alibaba</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>4.4.1</version> |
| | | </dependency> |
| | | <!--minio--> |
| | | <dependency> |
| | | <groupId>io.minio</groupId> |
| | | <artifactId>minio</artifactId> |
| | | <version>${minio.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>okio</artifactId> |
| | | <groupId>com.squareup.okio</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>okhttp</artifactId> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- ä¼ä¸å¾®ä¿¡åéé api --> |
| | | <dependency> |
| | | <groupId>org.jeecgframework</groupId> |
| | | <artifactId>jeewx-api</artifactId> |
| | | <version>1.5.1</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <groupId>commons-beanutils</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-lang</artifactId> |
| | | <groupId>commons-lang</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- ç§¯æ¨æ¥è¡¨--> |
| | | |
| | | <dependency> |
| | | <groupId>org.jeecgframework.jimureport</groupId> |
| | | <artifactId>jimureport-spring-boot-starter</artifactId> |
| | | <version>${jimureport-spring-boot-starter.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>autopoi-web</artifactId> |
| | | <groupId>org.jeecgframework</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.jimureport</groupId> |
| | | <artifactId>jimureport-nosql-starter</artifactId> |
| | | <version>1.6.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <!-- æå®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> |
| | | <version>3.1.0</version> |
| | | <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> |
| | | </resource> |
| | | <resource> |
| | | <directory>src/main/java</directory> |
| | | <includes> |
| | | <include>**/*.xml</include> |
| | | <include>**/*.json</include> |
| | | <include>**/*.ftl</include> |
| | | </includes> |
| | | </resource> |
| | | </resources> |
| | | </build> |
| | | |
| | | <distributionManagement> |
| | | <repository> |
| | | <id>jeecg</id> |
| | | <name>jeecg Repository</name> |
| | | <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url> |
| | | </repository> |
| | | <snapshotRepository> |
| | | <id>jeecg-snapshots</id> |
| | | <name>jeecg Snapshot Repository</name> |
| | | <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url> |
| | | </snapshotRepository> |
| | | </distributionManagement> |
| | | |
| | | <!-- ç¯å¢ --> |
| | | <profiles> |
| | | <!-- å¼å --> |
| | | <profile> |
| | | <id>dev</id> |
| | | <activation> |
| | | <!--é»è®¤æ¿æ´»é
ç½®--> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | <properties> |
| | | <!--å½åç¯å¢--> |
| | | <profile.name>dev</profile.name> |
| | | <!--Nacosæå¡å°å--> |
| | | <config.server-addr>jeecg-boot-nacos:8848</config.server-addr> |
| | | </properties> |
| | | </profile> |
| | | <!-- æµè¯ --> |
| | | <profile> |
| | | <id>test</id> |
| | | <properties> |
| | | <!--å½åç¯å¢--> |
| | | <profile.name>test</profile.name> |
| | | <!--Nacosæå¡å°å--> |
| | | <config.server-addr>jeecg-boot-nacos:8848</config.server-addr> |
| | | </properties> |
| | | </profile> |
| | | <!-- ç产 --> |
| | | <profile> |
| | | <id>prod</id> |
| | | <properties> |
| | | <!--å½åç¯å¢--> |
| | | <profile.name>prod</profile.name> |
| | | <!--Nacosæå¡å°å--> |
| | | <config.server-addr>jeecg-boot-nacos:8848</config.server-addr> |
| | | </properties> |
| | | </profile> |
| | | <!-- SpringCloudè¿è¡ç¯å¢ --> |
| | | <profile> |
| | | <id>SpringCloud</id> |
| | | <modules> |
| | | <!-- å¾®æå¡æ¨¡å--> |
| | | <module>jeecg-server-cloud</module> |
| | | </modules> |
| | | </profile> |
| | | </profiles> |
| | | </project> |