wangyuheng / Arc

GraphQL and Dgraph for DDD
MIT License
34 stars 12 forks source link

在不使用Dgraph数据库时不生成Dgraph的表结构 #80

Closed B-Five closed 3 years ago

B-Five commented 3 years ago

背景

Arc会生成DGraph的表结构schema.dgraph,在不使用Dgraph数据库时,这个表结构是没有用的。

期望

generate能添加一个配置用于跳过schema.dgraph的生成

wangyuheng commented 3 years ago

你需要的是 mvn arc:generate -Dtarget=java

wangyuheng commented 3 years ago

已添加使用描述 https://github.com/YituHealthcare/Arc/pull/81/commits/041b2ee98583c14aa2aa4cd46fe2209551d27d31