Hello
I'm new to Grails and need some help. I have to fill database with a lot of random data, so i can test database.
1. How to generate automatically domains (where are types, constraints...
Type: Posts; User: sometimes; Keyword(s):
Hello
I'm new to Grails and need some help. I have to fill database with a lot of random data, so i can test database.
1. How to generate automatically domains (where are types, constraints...
Thank you for advice, now i've read more about Maven and dependencies, interesting stuff. :)
Added to pom.xml file following rows:
And the exception about CGLIB did not occur anymore. :)
...
Hello,
I have read tutorials Putting the Spring in Your Step and Getting Started with Spring ....
So i am trying to get examples work.
1. I'm using STS and created new project using Spring MVC...