必须引入:

    1. <dependency>
    2. <groupId>com.manatee.manatee-lowcode</groupId>
    3. <artifactId>lowcode-impl</artifactId>
    4. <version>1.0.1-SNAPSHOT</version>
    5. </dependency>
    6. <dependency>
    7. <groupId>com.manatee.manatee-lowcode</groupId>
    8. <artifactId>common-util</artifactId>
    9. <version>1.0.1-SNAPSHOT</version>
    10. </dependency>
    11. <dependency>
    12. <groupId>com.manatee.manatee-lowcode</groupId>
    13. <artifactId>lowcode-core</artifactId>
    14. <version>1.0.1-SNAPSHOT</version>
    15. </dependency>
    16. <dependency>
    17. <groupId>com.manatee.manatee-lowcode</groupId>
    18. <artifactId>lowcode-db</artifactId>
    19. <version>1.0.0-SNAPSHOT</version>
    20. </dependency>
    21. <dependency>
    22. <groupId>com.manatee.manatee-lowcode</groupId>
    23. <artifactId>lowcode-dal</artifactId>
    24. <version>1.0.0-SNAPSHOT</version>
    25. </dependency>
    26. <dependency>
    27. <groupId>com.manatee.manatee-lowcode</groupId>
    28. <artifactId>lowcode-mtop</artifactId>
    29. <version>1.0.1-SNAPSHOT</version>
    30. </dependency>

    可选:

    1. <dependency>
    2. <groupId>com.manatee.manatee-lowcode</groupId>
    3. <artifactId>lowcode-oracle</artifactId>
    4. <version>1.0.0-SNAPSHOT</version>
    5. </dependency>
    6. <dependency>
    7. <groupId>com.manatee.manatee-lowcode</groupId>
    8. <artifactId>lowcode-excel</artifactId>
    9. <version>1.0.0-SNAPSHOT</version>
    10. </dependency>