Skip to content

1than/springboo2-mybatis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboo2-mybatis

springboot2整合mybatis模板,供以后快速配置使用

  • 1.springboot2连接mysql
  • 2.springboot2整合mybatis
  • 3.springboot2整合mybatis generator
  • 4.springboot2整合druid及配置
  • 5.springboot2整合mybatis PageHelper

使用方式

1.修改application.properties中的db.driverLocation(jar包路径)
2.修改spring.datasource.druid.url(数据库连接地址)
3.修改mybatis-generator.xml配置文件

  • a.修改javaModelGenerator配置
  • b.修改sqlMapGenerator配置
  • c.修改javaClientGenerator配置
  • d.修改table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages