Remove constraints and redundant ID property

This commit is contained in:
Mariusz Kuligowski 2018-03-15 23:45:31 +01:00
parent e26daf8689
commit 1791013061
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
package com.baeldung.grails
class Student {
Long id
String firstName
String lastName
static constraints = {}
}