Hi everyone
I have this xml (in a file called "jooq.xml"):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<jdbc>
<driver>com.mysql.jdbc.Driver</driver>
<url>jdbc:mysql://localhost:3306/sameie</url>
<user>sameie</user>
<password>xxxxx</password>
</jdbc>
</configuration>
I would like to create the Configuration object like this:
Configuration configuration = new DefaultConfiguration("jooq.xml");
That does not work - I know. I have really tried to read the manual to
understand how to do make a Configuration object based on this simple xml,
but failed to find an answer.
Does anyone know?
Thanks
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.