Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Grails 应用程序中使用 Java 实体类作为域对象。这些类具有 JSR 303 验证注释(@Size、@NotEmpty 等...)
Grails 控制器和视图与这些实体类一起工作得很好,但是当我尝试“bean.validate()”时它总是正确的。
您可能需要JPA 插件来处理 JSR 303 注释。也看看这个缺陷。