mirror of
https://github.com/thousmile/molly-multi-tenant.git
synced 2025-12-30 04:32:26 +00:00
修改 pom.xml 版本。
This commit is contained in:
BIN
docs/login.png
BIN
docs/login.png
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 138 KiB |
@@ -36,7 +36,7 @@ multi:
|
||||
create-table: true
|
||||
master-change-log: classpath:db/changelog-master.xml
|
||||
other-change-log: classpath:db/changelog-other.xml
|
||||
prefix: molly1_
|
||||
prefix: molly_
|
||||
default-tenant-id: master
|
||||
db-name: ${multi.tenant.prefix}${multi.tenant.default-tenant-id}
|
||||
|
||||
|
||||
@@ -37,13 +37,13 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<liquibase.version>4.20.0</liquibase.version>
|
||||
<liquibase.version>4.21.0</liquibase.version>
|
||||
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
|
||||
|
||||
<spring-boot.version>3.0.5</spring-boot.version>
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
</el-button>
|
||||
</template>
|
||||
<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-icon class="el-icon--right"><Check /></el-icon>
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user