SpringBoot Mybatis 执行自定义SQL

Posted 周景白炎

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot Mybatis 执行自定义SQL相关的知识,希望对你有一定的参考价值。

1.XML中执行自定义SQL、

https://blog.csdn.net/u012427355/article/details/80654806

2.注解执行自定义SQL

   @Select("${_parameter}")
    @Results({
            @Result(column = "id", property = "id"),
            @Result(column = "name", property = "name"),
    })
    public List<User> executeDefineSql(String sql);

其实就是把sql改成

以上是关于SpringBoot Mybatis 执行自定义SQL的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot

springboot mybatis自定义枚举enum转换

springboot mybatis(mybatisplus) 自定义mapper,sql

springboot mybatis(mybatisplus) 自定义mapper,sql

Springboot 自定义mybatis 拦截器,实现我们要的扩展

springboot多数据源动态切换和自定义mybatis件分页插