spring boot与mybatis报错
Property 'configuration' and 'configLocation' can not specified with together
在springboot与mybatis整合的时候,在yml文件中这两个不能放在一起,
所以如果使用驼峰命名规则,可以在mybatis-config.xml文件中配置
Property 'configuration' and 'configLocation' can not specified with together
在springboot与mybatis整合的时候,在yml文件中这两个不能放在一起,
所以如果使用驼峰命名规则,可以在mybatis-config.xml文件中配置