Add Student domain class

This commit is contained in:
Mariusz Kuligowski 2018-03-10 23:19:47 +01:00
parent 72ad14df2e
commit 846bfe2fbf
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package com.baeldung.grails
class Student {
static constraints = {
}
}