aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r--src/test/resources/application.properties9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
deleted file mode 100644
index 7bc73a2..0000000
--- a/src/test/resources/application.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-org.springframework.web: DEBUG
-org.springframework.security: DEBUG
-
-spring.datasource.url=jdbc:h2:mem:testdb
-spring.datasource.driver-class-name=org.h2.Driver
-spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
-spring.h2.console.enabled=true
-spring.jpa.show-sql=true
-spring.jpa.properties.hibernate.format_sql=true \ No newline at end of file