If you are running an application at
localhost:8080/appnameYou can browse to
localhost:8080/appname/dbconsoleFor the JDBC URL use the setting from your DataSource.groovy in my case
jdbc:h2:mem:devDbAnd there we go all domain objects visible. Not only can you run sql queries but you can insert, modify, delete.
No comments:
Post a Comment