Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Last active December 25, 2015 10:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jrichardsz/6964009 to your computer and use it in GitHub Desktop.
Configuracion de driver de coneccion a mysql.
<target name="actualizarEsquema">
<ant antfile="../OpenXava/build.xml" target="updateSchemaJPA">
<property name="persistence.unit" value="junit"/>
<property name="schema.path" value="x:\RICHARD\drivers\mysql-connector-java-5.1.18.jar"/>
</ant>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment