diff --git a/build.gradle b/build.gradle index 2aedae8..250cd98 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ ext { } dependencies { - compile (project(':ch.psi.daq.query')) + compile project(':ch.psi.daq.query') compile libraries.logback_classic compile(libraries.spring_boot_starter_web) { diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 146dcf8..7095742 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1 @@ -spring.main.allow-bean-definition-overriding=true -logging.config=${logback.configurationFile} \ No newline at end of file +spring.main.allow-bean-definition-overriding=true \ No newline at end of file