简体   繁体   English

如何生成Jhipster休息终点

[英]How to generate jhipster rest end point

How to generate with console command (like yo jhipster:entity --[options]) just REST endPoint with DTO and empty service without entity ? 如何使用控制台命令(如yo jhipster:entity-[options])仅生成具有DTO的REST端点和没有实体的空服务,如何生成? my service will be use another and point for getting data and just transform data to another DTO and I want to generate only stub endpoints with tests by command 我的服务将使用另一个服务并指向获取数据,然后将数据转换到另一个DTO,我只想通过命令生成带有测试的存根端点

我不确定是否可以这样做,但是可以在此处检查jhipster实体提供的所有选项: https ://jhipster.github.io/creating-an-entity/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM