sql自动驼峰命名方法,sql直接写,不用多余步骤
把以下内容写到mybatis配置文件中<settings> <setting name="mapUnderscoreToCamelCase" value="true" /> </settings>然后可以在applicationContext.xml引用<bean id="sqlSessionFactory"class="org.mybatis.spring.Sql