Skip to content

Commit 846bfe2

Browse files
author
Mariusz Kuligowski
committed
Add Student domain class
1 parent 72ad14d commit 846bfe2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.baeldung.grails
2+
3+
class Student {
4+
5+
static constraints = {
6+
}
7+
}

0 commit comments

Comments
 (0)