Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何禁用jhipster中的任何可选功能?_Jhipster - Fatal编程技术网

如何禁用jhipster中的任何可选功能?

如何禁用jhipster中的任何可选功能?,jhipster,Jhipster,如何禁用jhipster中的任何可选功能,如“Kafka”,而不是从头开始重新生成另一个jhipster应用程序?编辑项目中的.yo rc.json文件,提交它,删除src文件夹并运行jhipster--with entities 当然,如果您已经添加了自定义代码,那么您可能希望在git分支中执行此操作,并使用适当的git合并策略,如git merge-s recursive-Xours,以保持更改编辑项目中的.yo rc.json文件,提交它,删除src文件夹并运行jhipster--with

如何禁用jhipster中的任何可选功能,如“Kafka”,而不是从头开始重新生成另一个jhipster应用程序?

编辑项目中的
.yo rc.json
文件,提交它,删除
src
文件夹并运行
jhipster--with entities


当然,如果您已经添加了自定义代码,那么您可能希望在git分支中执行此操作,并使用适当的git合并策略,如
git merge-s recursive-Xours
,以保持更改

编辑项目中的
.yo rc.json
文件,提交它,删除
src
文件夹并运行
jhipster--with entities

当然,如果您已经添加了自定义代码,那么您可能希望在git分支中这样做,并使用适当的git合并策略,如
git merge-s recursive-Xours
,以保留您的更改