Nếu bạn theo liên kết được cung cấp trước đó, thì bạn sẽ có cấu hình nguồn dữ liệu như bên dưới:
environments {
production {
dataSource_authentication {
pooled = true
url = "jdbc:mysql://yourServer/yourDB"
driverClassName = "com.mysql.jdbc.Driver"
username = "yourUser"
password = "yourPassword"
........
}
dataSource {
pooled = true
driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"
dialect = "org.hibernate.dialect.SQLServer2008Dialect"
........
}
}
}
Khi được yêu cầu, bạn có thể sử dụng authentication
nguồn dữ liệu rõ ràng.