私のGrailsアプリはうまくいきました。私の記憶が正しければ、ドメイン クラスの 1 つに対する制約をblank: true, nullable:trueからblank:false, nullable: falseに変更するだけでした。そして今、そのクラスの新しいインスタンスを作成しようとすると、次のエラー メッセージが表示されます。
Property [contract] of class [class com.app.Request] cannot be null
Property [description] of class [class com.app.Request] cannot be null
Property [productline] of class [class com.app.Request] cannot be null
Property [requestType] of class [class com.app.Request] cannot be null
Property [subject] of class [class com.app.Request] cannot be null
そして、これらすべてのプロパティに値を指定しました。
ゴームとデータベースの間に競合があると思います。誰かが私に何が起こっているのか、それを修正する方法を説明できますか.