(feature)(headless) Add a new headless-api module and Change old headless-api module to headless-common (#582)

* (improvement)(headless) Add headless-api module

* (improvement)(headless) Change old headless-api module to headless-common

---------

Co-authored-by: jolunoluo <jolunoluo@tencent.com>
This commit is contained in:
LXW
2023-12-28 22:14:57 +08:00
committed by GitHub
parent 9e69002d70
commit af6c8cdbda
270 changed files with 1310 additions and 1155 deletions

View File

@@ -13,10 +13,11 @@
<packaging>pom</packaging>
<modules>
<module>api</module>
<module>common</module>
<module>model</module>
<module>query</module>
<module>materialization</module>
<module>api</module>
</modules>
</project>