emacarron / mybatis

Automatically exported from code.google.com/p/mybatis
0 stars 0 forks source link

No installation guide/instructions. #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just downloaded the latest mybatis and user guide pdf, but cant find anywhere 
what the installation instructions are, and what the recommended way to install 
it/use it within say eclipse.

Is it not better to use say Maven, rather than promote downloading it manually 
and have to add it as a dependency by hand? 

Original issue reported on code.google.com by hob...@gmail.com on 23 Jun 2010 at 11:28

GoogleCodeExporter commented 9 years ago
On the Java page[1] there is the downloadable zip boundle[2] that contains 
mybatis lib and required dependencies, if any. Just put the jars in the 
classpath[3]

[1] http://mybatis.org/java.html
[2] http://mybatis.googlecode.com/files/mybatis-3.0.1-bundle.zip
[3] http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java)

Original comment by simone.t...@gmail.com on 13 Aug 2010 at 6:38