test.properties 207 B

12345678
  1. jdbc.driver=org.postgresql.Driver
  2. jdbc.url=jdbc:postgresql://localhost/ieat
  3. jdbc.user=ieat
  4. jdbc.pass=ieat
  5. hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  6. test.load.recipe.id=1
  7. test.load.base.id=1