All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.mybatis.mybatis.xml Maven / Gradle / Ivy

There is a newer version: 2.7.5-RELEASE
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">
<configuration>
    <settings>
        <!-- [是否 启用 数据中 A_column 自动映射 到 java类中驼峰命名的属性 default:fasle] -->
        <setting name="mapUnderscoreToCamelCase" value="true"/>
    </settings>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy