I am creating a grails standalone application with with embedded tomcat server the application works fine with embedded tomcat server.
But i need to integrate embedded mysql with the application. Any tutorial or any hint to start with is very much appreciated.
The points i need to figure out
- how can i configure my standalone application to use embedded mysql
- whether mysql can be configured as embedded database or not