| | |
| | | |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-vue-plus</artifactId> |
| | | <version>4.2.0-beta1</version> |
| | | <version>4.3.0-beta2</version> |
| | | |
| | | <name>RuoYi-Vue-Plus</name> |
| | | <url>https://gitee.com/JavaLionLi/RuoYi-Vue-Plus</url> |
| | | <description>RuoYi-Vue-Plus后台管理系统</description> |
| | | |
| | | <properties> |
| | | <ruoyi-vue-plus.version>4.2.0-beta1</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.6.8</spring-boot.version> |
| | | <ruoyi-vue-plus.version>4.3.0-beta2</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.7.3</spring-boot.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <java.version>1.8</java.version> |
| | | <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> |
| | | <spring-boot.mybatis>2.2.2</spring-boot.mybatis> |
| | | <druid.version>1.2.11</druid.version> |
| | | <knife4j.version>3.0.3</knife4j.version> |
| | | <swagger-annotations.version>1.5.22</swagger-annotations.version> |
| | | <springdoc.version>1.6.11</springdoc.version> |
| | | <poi.version>5.2.2</poi.version> |
| | | <easyexcel.version>3.1.0</easyexcel.version> |
| | | <easyexcel.version>3.1.1</easyexcel.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <satoken.version>1.30.0</satoken.version> |
| | | <mybatis-plus.version>3.5.2</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.8.2</hutool.version> |
| | | <okhttp.version>4.9.3</okhttp.version> |
| | | <spring-boot-admin.version>2.6.7</spring-boot-admin.version> |
| | | <redisson.version>3.17.2</redisson.version> |
| | | <lock4j.version>2.2.1</lock4j.version> |
| | | <hutool.version>5.8.5</hutool.version> |
| | | <okhttp.version>4.10.0</okhttp.version> |
| | | <spring-boot-admin.version>2.7.4</spring-boot-admin.version> |
| | | <redisson.version>3.17.6</redisson.version> |
| | | <lock4j.version>2.2.2</lock4j.version> |
| | | <dynamic-ds.version>3.5.1</dynamic-ds.version> |
| | | <tlog.version>1.4.3</tlog.version> |
| | | <xxl-job.version>2.3.1</xxl-job.version> |
| | | <lombok.version>1.18.24</lombok.version> |
| | | |
| | | <!-- 统一 guava 版本 解决隐式漏洞问题 --> |
| | | <guava.version>30.0-jre</guava.version> |
| | | <guava.version>31.1-jre</guava.version> |
| | | |
| | | <!-- OSS 配置 --> |
| | | <aws-java-sdk-s3.version>1.12.215</aws-java-sdk-s3.version> |
| | | <aws-java-sdk-s3.version>1.12.264</aws-java-sdk-s3.version> |
| | | <!-- SMS 配置 --> |
| | | <aliyun.sms.version>2.0.9</aliyun.sms.version> |
| | | <tencent.sms.version>3.1.500</tencent.sms.version> |
| | | |
| | | <!-- docker 配置 --> |
| | | <docker.registry.url>localhost</docker.registry.url> |
| | | <docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host> |
| | | <docker.namespace>ruoyi</docker.namespace> |
| | | <docker.plugin.version>1.2.2</docker.plugin.version> |
| | | |
| | | <aliyun.sms.version>2.0.16</aliyun.sms.version> |
| | | <tencent.sms.version>3.1.555</tencent.sms.version> |
| | | </properties> |
| | | |
| | | <!-- 依赖声明 --> |
| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-spring-boot-starter</artifactId> |
| | | <version>${knife4j.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>swagger-annotations</artifactId> |
| | | <groupId>io.swagger</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | <groupId>org.springdoc</groupId> |
| | | <artifactId>springdoc-openapi-webmvc-core</artifactId> |
| | | <version>${springdoc.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>io.swagger</groupId> |
| | | <artifactId>swagger-annotations</artifactId> |
| | | <version>${swagger-annotations.version}</version> |
| | | <groupId>org.springdoc</groupId> |
| | | <artifactId>springdoc-openapi-javadoc</artifactId> |
| | | <version>${springdoc.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>${lombok.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <groupId>cn.dev33</groupId> |
| | | <artifactId>sa-token-jwt</artifactId> |
| | | <version>${satoken.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- dynamic-datasource 多数据源--> |
| | |
| | | <source>${java.version}</source> |
| | | <target>${java.version}</target> |
| | | <encoding>${project.build.sourceEncoding}</encoding> |
| | | <annotationProcessorPaths> |
| | | <path> |
| | | <groupId>com.github.therapi</groupId> |
| | | <artifactId>therapi-runtime-javadoc-scribe</artifactId> |
| | | <version>0.15.0</version> |
| | | </path> |
| | | <path> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>${lombok.version}</version> |
| | | </path> |
| | | <path> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-configuration-processor</artifactId> |
| | | <version>${spring-boot.version}</version> |
| | | </path> |
| | | </annotationProcessorPaths> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | |
| | | <!-- 环境标识,需要与配置文件的名称相对应 --> |
| | | <profiles.active>local</profiles.active> |
| | | <logging.level>debug</logging.level> |
| | | <knife4j.production>false</knife4j.production> |
| | | <endpoints.include>'*'</endpoints.include> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | |
| | | <!-- 环境标识,需要与配置文件的名称相对应 --> |
| | | <profiles.active>dev</profiles.active> |
| | | <logging.level>debug</logging.level> |
| | | <knife4j.production>false</knife4j.production> |
| | | <endpoints.include>'*'</endpoints.include> |
| | | </properties> |
| | | <activation> |
| | | <!-- 默认环境 --> |
| | |
| | | <properties> |
| | | <profiles.active>prod</profiles.active> |
| | | <logging.level>warn</logging.level> |
| | | <knife4j.production>true</knife4j.production> |
| | | <endpoints.include>health, info, logfile</endpoints.include> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | </project> |
| | | |