# # The contents of this file are subject to the license and copyright # detailed in the LICENSE and NOTICE files at the root of the source # tree and available online at # # http://www.dspace.org/license/ # # # application-test.properties contains our Spring Boot configuration for TEST environment # # By default, our Spring Boot TEST environment uses the src/main/resources/application.properties file. # However, this file can be used to override specific application.properties settings for the test environment. ## Log4j2 configuration for test environment ## This file is found on classpath at src/test/resources/log4j2-test.xml logging.config = classpath:log4j2-test.xml # Our integration tests expect application to be deployed at the root path (/) server.servlet.context-path=/