私はSpring-Rooで働いています。
依存パッケージからフィールド参照を追加することは可能ですか?スクリプトの最初に依存関係を追加しましたが、
dependency add --groupId com.testroo.platform --artifactId platform --version 0.1.0.BUILD-SNAPSHOT
次に、jpaエンティティを追加しながらこれを実行します
field reference --fieldName city --type ~.domain.City --notNull
それでも、次のように文句を言います。
The specified target '--type' does not exist or can not be found. Please create
this type first.
spring-rooは依存関係から解決するのに十分賢いと思いました。ここに何か足りないものがありますか?乾杯。