aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/application.yml')
-rw-r--r--src/test/resources/application.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index 5f64bd9..afaff6c 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -14,6 +14,9 @@
# limitations under the License.
# ============LICENSE_END=========================================================
+server:
+ port: 8080
+
spring:
datasource:
url: ${DB_URL}
@@ -21,3 +24,13 @@ spring:
username: ${DB_USERNAME}
liquibase:
change-log: classpath:/db/changelog/changelog-master.xml
+ jpa:
+ open-in-view: false
+ properties:
+ hibernate:
+ dialect: org.hibernate.dialect.PostgreSQLDialect
+
+logging:
+ level:
+ org:
+ springframework: INFO