Skip to content

dev9com/mybatis-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example of how to use MyBatis with annotations.

This example uses an embedded H2 database by default. This allows you to check the project out and immediately run a clean build via Maven:

mvn clean verify

In addition, a MySQL Workbench file is included, along with a sample MyBatis generator file. You can use these to explore more complex mappings - for example, to use the generator with an existing schema.

Requirements

About

Simple example of using MyBatis via annotations with Maven, MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages