How do I run integration tests on Grails?
Solution
Run the following command on the console:
grails test-app integration:integration
Problem
You want to see all Hibernate SQL statements when using grails.
Solution
You must have these line of codes inside your conf/Config.groovy configuration file.
The SQL script above sets the password for the user root to blank.
The script will run successfully if the current user has UPDATE privilege on the MySQL database.
![]() |
| Click Create button. |
![]() |
| Click Create repository button to save the new repo. |