jhipster 工具之 JDL

使用jhipster JDL,我们可以快速的生产实体,业务逻辑层等类,这样大大提高我们的工作效率,下面就是具体的操作流程

1.用jhipster新建一个项目,这里就直接跳过了,不懂的直接看文档

2.然后添加一个jhipster-jdl.jh,文件内容如下

entity BusAssess {

id Long ,

tId Long,

replyPic String,

storesId Integer,

created ZonedDateTime,

createTime ZonedDateTime,

updateTime ZonedDateTime

}



entity BusItemAssess {

id Long,

itemId Long,

negativePackingNum Integer,

negativeLogisticsNum Integer,

storesId Integer,

created ZonedDateTime,

createTime ZonedDateTime,

updateTime ZonedDateTime

}



// Set pagination options 定义分页

paginate all with pagination

//生成mapper

dto * with mapstruct



// Set service options to all except few 生成service

service all with serviceImpl except All

// Set an angular suffix

angularSuffix * with mySuffix

也可以点击https://start.jhipster.tech/jdl-studio/下载

3.文件编写好后,直接开打cmd,进入项目目录,执行jhipster import-jdl jhipster-jdl.jh

,执行完后就会出现下面内容

这里直接回车

选择Y,后面的操作也是如此,最后这样就生成好了

这里需要注意实体的类型,下面是对应类型表

 

这里有不懂的可以查看官网文档https://www.jhipster.tech/jdl/

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值