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

META-INF.config.mybatis.properties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
mybatis.mapper-locations=classpath*:**/mappers/*.xml, classpath*:**/manualMappers/*.xml
mybatis.check-config-location=false
mybatis.configuration.cache-enabled=false
mybatis.configuration.lazy-loading-enabled=false
mybatis.configuration.multiple-result-sets-enabled=true
mybatis.configuration.use-column-label=true
mybatis.configuration.use-generated-keys=true
mybatis.configuration.auto-mapping-behavior=partial
mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
mybatis.configuration.log-prefix=executableSql.
mapper.not-empty=true
mapper.use-simple-type=false
mapper.check-example-entity-class=true
pagehelper.offset-as-page-num=true
pagehelper.row-bounds-with-count=false
pagehelper.page-size-zero=false
pagehelper.reasonable=false
pagehelper.support-methods-arguments=false
pagehelper.auto-runtime-dialect=false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy