Add basic files for testing smart dao
[smart-dao.git] / smart-hibernate-abstract-dao / src / test / resources / db-test-config.properties.template
blob9f5813f7cd7ca7a92eeabbd66a31e817fe571052
1 com.smartitengineering.dao.connection.driver_class=org.apache.derby.jdbc.EmbeddedDriver
2 com.smartitengineering.dao.connection.url=jdbc:derby:target/TestDB;create=true;
3 com.smartitengineering.dao.connection.username=
4 com.smartitengineering.dao.connection.password=
5 com.smartitengineering.dao.dialect=org.hibernate.dialect.DerbyDialect
6 com.smartitengineering.dao.show_sql=false