mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-05 10:09:32 +08:00
🎉 租户插件默认加入blade_post表
This commit is contained in:
parent
f6c1790061
commit
0b11e55f2c
@ -35,7 +35,6 @@ blade-tool
|
||||
├── blade-core-test -- 单元测试封装模块
|
||||
├── blade-core-tool -- 单元测试封装模块
|
||||
└── blade-core-transaction -- 分布式事物封装模块
|
||||
|
||||
```
|
||||
|
||||
## 官网
|
||||
@ -45,7 +44,8 @@ blade-tool
|
||||
* 交流一群:`477853168`(满)
|
||||
* 交流二群:`751253339`(满)
|
||||
* 交流三群:`784729540`(满)
|
||||
* 交流四群:`1034621754`
|
||||
* 交流四群:`1034621754`(满)
|
||||
* 交流五群:`946350912`
|
||||
|
||||
## 在线演示
|
||||
* Sword演示地址:[https://sword.bladex.vip](https://sword.bladex.vip)
|
||||
|
@ -46,5 +46,5 @@ public class BladeTenantProperties {
|
||||
/**
|
||||
* 多租户系统数据表
|
||||
*/
|
||||
private List<String> bladeTables = Arrays.asList("blade_notice", "blade_log_api", "blade_log_error", "blade_log_usual");
|
||||
private List<String> bladeTables = Arrays.asList("blade_notice", "blade_post", "blade_log_api", "blade_log_error", "blade_log_usual");
|
||||
}
|
||||
|
@ -86,7 +86,7 @@
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.70</version>
|
||||
<version>1.2.73</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -31,6 +31,11 @@
|
||||
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
|
||||
<version>${alibaba.cloud.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.seata</groupId>
|
||||
<artifactId>seata-spring-boot-starter</artifactId>
|
||||
<version>${alibaba.seata.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
2
pom.xml
2
pom.xml
@ -49,7 +49,7 @@
|
||||
<spring.boot.admin.version>2.2.3</spring.boot.admin.version>
|
||||
<mica.auto.version>1.1.0</mica.auto.version>
|
||||
<alibaba.cloud.version>2.2.1.RELEASE</alibaba.cloud.version>
|
||||
<alibaba.seata.version>1.2.0</alibaba.seata.version>
|
||||
<alibaba.seata.version>1.3.0</alibaba.seata.version>
|
||||
|
||||
<spring.boot.version>2.2.7.RELEASE</spring.boot.version>
|
||||
<spring.cloud.version>Hoxton.SR5</spring.cloud.version>
|
||||
|
Loading…
Reference in New Issue
Block a user