springboot+mybatisplus记录

springboot+mybatisplus记录,第1张

springboot+mybatisplus记录

windows:进入jar所在目录
java -jar ***.jar --server.port=9090 --spring.profiles.active=dev

springboot2.*接口访问出现乱码问题
https://blog.csdn.net/wx19900503/article/details/102921379


SpringBoot 应用程序启动过程探秘
https://www.jianshu.com/p/074229c54d56


    
        select * from person where 1=1
        
             and id = #{id}
        

        
            and  no = #{no}
        

    

    
    

mybatisPlus自动代码生成实例(超级简单使用)
https://www.cnblogs.com/wyrlzy/articles/12033744.html

Swagger2 在线文档y用法
https://www.it610.com/article/1279421299902398464.htm
 

spring boot 动态注入bean(重点看看)
https://www.cnblogs.com/eternityz/p/12241143.html

设置Intellij IDEA忽略部分类编译错误
https://blog.csdn.net/qq_29663071/article/details/71524686

mybatis全篇
https://www.cnblogs.com/a8457013/category/1104392.html

springboot 多环境logback日志路径配置
https://www.cnblogs.com/qiang9527/p/12030989.html

简单快速的用SpringBoot访问静态资源(图片、html)
https://blog.csdn.net/liyantianmin/article/details/93907680
 

Mybatis增删改查mapper文件写法详解
https://www.jb51.net/article/107064.htm

MyBatis批量插入数据(MySql)
https://www.cnblogs.com/Eilen/p/6687372.html

mybatis-plus generator代码
https://www.cnblogs.com/Z-share/p/11712000.html
https://blog.csdn.net/tototuzuoquan/article/details/80374881

mybatis代码生成器-根据数据库生成对应Entity和Mapper
https://blog.csdn.net/qq_40448026/article/details/86619238

Mybatis数据库字段和实体属性的映射
https://blog.xinpapa.com/2019/03/04/mybatis-property-column/
https://www.cnblogs.com/nananana/p/8597466.html

SpringBoot在任意位置获得注入的bean对象
https://www.jianshu.com/p/f46d1e1bd299


generator源码地址:
https://github.com/mybatis/generator

Mybatis-generator生成Service和Controller
有service,serviceImpl实现和insertBatch的实现
https://www.cnblogs.com/lishun1005/archive/2018/12/03/10057129.html

mybatis generator一对一映射,一对多映射,批量插入,批量更新
https://blog.csdn.net/lx91216/article/details/79911342

Mybatis-generator生成Service和Controller
https://www.cnblogs.com/lishun1005/archive/2018/12/03/10057129.html

mybatisplus-generator自动生成insertBatch方法
https://blog.csdn.net/xiyeming/article/details/108013512

软件原型设计工具对比
https://www.zhihu.com/question/19572438

swagger默认访问地址:
http://localhost:8013/swagger-ui.html
 
mybatisGenerator按模板生成代码
https://blog.csdn.net/u014704612/article/details/104661478/

自定义生成mybatis ,可以自己控制模板
https://gitee.com/mickyli/mybatis-generator/tree/master/src/main/resources/template

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/4828641.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-11-10
下一篇2022-11-10

发表评论

登录后才能评论

评论列表(0条)

    保存