com.k_int.ciim.jdbc_driver=com.mysql.jdbc.Driver com.k_int.ciim.url=jdbc:mysql://localhost/xxx?autoReconnect=true&characterEncoding=utf8 com.k_int.ciim.username=xxx com.k_int.ciim.password=yyy com.k_int.ciim.default_auto_commit=false com.k_int.ciim.hibernate_dialect=org.hibernate.dialect.MySQLDialect com.k_int.ciim.query_substitutions=true com.k_int.ciim.show_sql=false hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider hibernate.hbm2ddl.auto=update hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory hibernate.generate_statistics=false