Hi.

I have been searching on JOOQ documentation and internet pages, but I 
haven't found the way to include inside the XML file used by code 
generation process, the jdbc configuration from external properties file.
I would like something like this:

<jdbc>
   <driver>${driverClass}</driver>
   <url>${url}</url>
   <user>${user}</user>
   <password>${password}</password>
</jdbc>

Where: *${driverClass}*, *${url}*, etc are loading from a 
*datasource.properties* file like this:

driverClass=org.postgresql.Driver
databaseName=myDatabase
...

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to