Files
java-tutorials/spring-data-rest/src/main/resources/persistence-derby.properties
T
Yavuz Tas e28fd3e7c9 Update javaxval/src/test/java/org/baeldung/javaxval/messageinterpolator/ParameterMessageInterpolaterIntegrationTest.java
update to use the givenX_whenY_thenZ naming convention for tests

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-10-29 10:02:27 +01:00

8 lines
225 B
Properties

driverClassName=org.apache.derby.jdbc.EmbeddedDriver
url=jdbc:derby:memory:myD;create=true
username=sa
password=
hibernate.dialect=org.hibernate.dialect.DerbyDialect
hibernate.show_sql=true
hibernate.hbm2ddl.auto=create-drop