标签:map spring 路径 ons tis oca 映射文件 nbsp ica
(1)使用xml映射文件,application.yml中要
mybatis :
mapper-locations : classpath:mapper/*.xml #注意:一定要对应mapper映射xml文件的所在路径!
(2)使用注解,要把application.yml中的这个配置去掉,才可以在dao层(又叫mapper层)使用注解,否则会报错!
springboot整合mybatis使用xml映射文件和使用注解两种方式的切换
标签:map spring 路径 ons tis oca 映射文件 nbsp ica
原文地址:https://www.cnblogs.com/xuehuashanghe/p/9593639.html