Skip to content

This is a demo about Spring Boot integration with MyBatis Generator

Notifications You must be signed in to change notification settings

yyqian/spring-boot-mybatis-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-mybatis-generator

To configure and run mybatis generator, you need to:

  1. add mybatis-generator-maven-plugin in pom.xml
  2. configure application.properties
  3. configure generatorConfig.xml
  4. run: mvn mybatis-generator:generate

To integrate Spring Boot with Mybatis, you need to:

  1. configure /config/spring-mybatis.xml
  2. configure /config/mybatis-config.xml
  3. configure /config/MybatisConfig.java

About

This is a demo about Spring Boot integration with MyBatis Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published