开源商城开发笔记4-配置MyBatis生成代码
本项目基于SpringBoot开发,引入的是mybatis-spring-boot 1、引入依赖,包括spring-boot,mybatis,druid,junit,log4j 2.配置MyBatis-Generator插件,使用Maven插件的方式生成代码 3.配置MyBatis 4.配置MyBatis-Generator 5.运行插件,生成代码 注: 本系列代码存放在码云上面,前后端全部开源,无使用限制。 源码地址:https://gitee.com/gintone/GTOpenShop.git 来源: oschina 链接: https://my.oschina.net/u/173975/blog/3175909