修改 pom.xml 版本。

This commit is contained in:
Wang Chen Chen
2023-04-14 17:35:26 +08:00
parent 117286a889
commit ec96edffa6
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

@@ -36,7 +36,7 @@ multi:
create-table: true create-table: true
master-change-log: classpath:db/changelog-master.xml master-change-log: classpath:db/changelog-master.xml
other-change-log: classpath:db/changelog-other.xml other-change-log: classpath:db/changelog-other.xml
prefix: molly1_ prefix: molly_
default-tenant-id: master default-tenant-id: master
db-name: ${multi.tenant.prefix}${multi.tenant.default-tenant-id} db-name: ${multi.tenant.prefix}${multi.tenant.default-tenant-id}

View File

@@ -37,13 +37,13 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<storage.version>0.7.0</storage.version> <storage.version>0.7.0</storage.version>
<qiniu.version>7.12.1</qiniu.version> <qiniu.version>7.13.0</qiniu.version>
<oshi.version>6.4.1</oshi.version> <oshi.version>6.4.1</oshi.version>
<swagger.version>2.2.8</swagger.version> <swagger.version>2.2.8</swagger.version>
<hutool.version>5.8.15</hutool.version> <hutool.version>5.8.17</hutool.version>
<knife4j.version>4.1.0</knife4j.version> <knife4j.version>4.1.0</knife4j.version>
<liquibase.version>4.20.0</liquibase.version> <liquibase.version>4.21.0</liquibase.version>
<mybatis-plus.version>3.5.3.1</mybatis-plus.version> <mybatis-plus.version>3.5.3.1</mybatis-plus.version>
<spring-boot.version>3.0.5</spring-boot.version> <spring-boot.version>3.0.5</spring-boot.version>

View File

@@ -167,7 +167,7 @@
</el-button> </el-button>
</template> </template>
<template v-if="active === 1"> <template v-if="active === 1">
<el-button type="info" :icon="ArrowLeft" @click="previous">上一步</el-button> <el-button type="info" :icon="ArrowLeft" @click="previous" v-loading="loading">上一步</el-button>
<el-button type="primary" @click="next" v-loading="loading"> <el-button type="primary" @click="next" v-loading="loading">
确定 <el-icon class="el-icon--right"><Check /></el-icon> 确定 <el-icon class="el-icon--right"><Check /></el-icon>
</el-button> </el-button>