build : 开放自定义查询和代码生成模块
This commit is contained in:
@@ -8,6 +8,15 @@
|
|||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
|
### 相关地址
|
||||||
|
- 演示地址:
|
||||||
|
1. vue版本 [http://vue.fateverse.cn/](http://vue.fateverse.cn/)
|
||||||
|
- 项目地址:
|
||||||
|
- 前端gitee地址: [https://gitee.com/fateverse/fateverse-vue](https://gitee.com/fateverse/fateverse-vue)
|
||||||
|
- 后端gitee地址: [https://gitee.com/fateverse/fateverse](https://gitee.com/fateverse/fateverse)
|
||||||
|
- 前端github地址: [https://github.com/fateverse/fateverse-vue](https://github.com/fateverse/fateverse-vue)
|
||||||
|
- 后端github地址: [https://github.com/fateverse/fateverse](https://github.com/fateverse/fateverse)
|
||||||
|
|
||||||
### 核心依赖
|
### 核心依赖
|
||||||
|
|
||||||
| 依赖 | 版本 |
|
| 依赖 | 版本 |
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ import io.netty.util.AttributeKey;
|
|||||||
import io.netty.util.concurrent.GlobalEventExecutor;
|
import io.netty.util.concurrent.GlobalEventExecutor;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
import java.util.function.Predicate;
|
import java.util.function.Predicate;
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<!-- <module>monitor</module>-->
|
<!-- <module>monitor</module>-->
|
||||||
<!-- <module>custom-query</module>-->
|
<module>custom-query</module>
|
||||||
<!-- <module>code-gen</module>-->
|
<module>code-gen</module>
|
||||||
<module>workflow</module>
|
<module>workflow</module>
|
||||||
<!-- <module>code-gen-test-oracle</module>-->
|
<!-- <module>code-gen-test-oracle</module>-->
|
||||||
<!-- <module>code-gen-test-mysql</module>-->
|
<!-- <module>code-gen-test-mysql</module>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user