Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
datasource
.
Show all posts
Showing posts with label
datasource
.
Show all posts
Tuesday, December 19, 2017
Grails on Groovy: Get Retrieve MySQL Database name from DataSource | Get List of MySQL Tables | Execute MySQL Raw Query
›
import grails.util.Holders import org.hibernate.SessionFactory import org.apache.commons.lang.StringUtils def dataSource Sessi...
Tuesday, November 21, 2017
Grails Groovy Sample DataSource Configuration For Database Connection
›
You need to edit DataSource.groovy file as below: dataSource { pooled = true jmxExport = true driverClassName = ...
›
Home
View web version