spring boot(8)-mybatis三種動態sql

腳本sql XML配置方式的動態SQL我就不講了,有興趣能夠本身瞭解,下面是用<script>的方式把它照搬過來,用註解來實現。適用於xml配置轉換到註解配置 @Select("<script>select * from user <if test=\"id !=null \">where id = #{id} </if></script>") public List<User> findUs
相關文章
相關標籤/搜索