Skip to content

Commit 74986d2

Browse files
committed
test db name changed
1 parent 4626e9b commit 74986d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jpa-specification/src/main/resources/database.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hibernate.db_host=jdbc:postgresql://localhost:5432
55
hibernate.db_url=${hibernate.db_host}/${hibernate.db_name}?currentSchema=${hibernate.db_schema}&characterEncoding=UTF-8
66
hibernate.db_user=postgres
77
hibernate.db_password=123456
8-
hibernate.db_name=test_furkan
8+
hibernate.db_name=jpa_spec_test
99
hibernate.db_schema=public
1010

1111
# POOLING PROPERTIES

0 commit comments

Comments
 (0)