Merge pull request 'build : 开放自定义查询和代码生成模块' (#44) from clay into master

Reviewed-on: http://git.feashow.cn/clay/fateverse/pulls/44
This commit is contained in:
clay
2024-03-25 11:51:31 +00:00
3 changed files with 12 additions and 2 deletions

View File

@@ -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)
### 核心依赖
| 依赖 | 版本 |

View File

@@ -14,6 +14,7 @@ import io.netty.util.AttributeKey;
import io.netty.util.concurrent.GlobalEventExecutor;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.function.Predicate;

View File

@@ -17,8 +17,8 @@
</properties>
<modules>
<!-- <module>monitor</module>-->
<!-- <module>custom-query</module>-->
<!-- <module>code-gen</module>-->
<module>custom-query</module>
<module>code-gen</module>
<module>workflow</module>
<!-- <module>code-gen-test-oracle</module>-->
<!-- <module>code-gen-test-mysql</module>-->