Mybatis-generator配置与使用


参考:
https://www.cnblogs.com/throwable/p/12046848.html#table标签
https://www.cnblogs.com/toutou/p/9771404.htm(注解版)
maven配置


            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
                org.mybatis.generator
                mybatis-generator-maven-plugin
                1.4.0

                
                    
                    true
                    
                    true
                    
                    ${basedir}/src/main/resources/generatorConfig.xml
                
                
                    
                        mysql
                        mysql-connector-java
                        5.1.49
                    
                
            

        

generator配置文件

<?xml version="1.0" encoding="UTF-8"?>