hs-web / hsweb3-demo

hsweb 3.0版本演示,ui基于miniui,集成hsweb全家桶的web端演示,集成代码生成器
http://test:test@demo3.hsweb.me
490 stars 267 forks source link

代码生成器生成的模块如何加入到Demo里面? #22

Open miaopass-future opened 6 years ago

miaopass-future commented 6 years ago

请问代码生成器生成的模块如何加入到Demo里面?

zhou-hao commented 6 years ago

https://github.com/hs-web/hsweb3-demo/tree/master/hsweb-ui/admin/code-generator 下的template.json就是了

miaopass-future commented 6 years ago

代码生成器生成了这三个模块

testcrud testcrud-demo-api 1.0
    <dependency>
        <groupId>testcrud</groupId>
        <artifactId>testcrud-demo-web</artifactId>
        <version>1.0</version>
    </dependency>
    <dependency>
        <groupId>testcrud</groupId>
        <artifactId>testcrud-demo-local</artifactId>
        <version>1.0</version>
    </dependency>

我把它们引入到Demo的pom中,但似乎并没有加入,我有在@ComponentScan basePackages中添加包名。

miaopass-future commented 6 years ago

不是这么使用么?

zhou-hao commented 6 years ago

额。默认的代码生成器好像生产的是 maven多模块的项目。

miaopass-future commented 6 years ago

之前,没有使用过这种工具,希望能够详解。

miaopass-future commented 6 years ago

但是我自己新建的模块是可以引入的,所以对于生成模块是否要做修改?之前没有使用过这种的工具,如果您有空的话,希望能给出详解,或者有同类型的文章,麻烦了。

zhou-hao commented 6 years ago

你是自己编辑模板么? 编辑后替换掉 template.json就行了。 后期会推出一些入门教程。

miaopass-future commented 6 years ago

好的,谢谢。