dbFiles.dbConfig.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <property name="connection.driver_class"></property> <property name="connection.url"></property> <property name="connection.username"></property> <property name="connection.password"></property> <property name="hibernate.default_schema"></property> <property name="connection.pool_size"></property> <property name="dialect"></property> <property name="show_sql"></property> <property name="current_session_context_class"></property> </session-factory> </hibernate-configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy