From 0eb425015500879c9f7f7a20095ada599a0900a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Mon, 17 Dec 2018 09:15:29 +0100 Subject: [PATCH] allow overwrite --- build.gradle | 1 - src/main/resources/application.properties | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/main/resources/application.properties diff --git a/build.gradle b/build.gradle index 4d78cc1..2aedae8 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,6 @@ dependencies { compile (project(':ch.psi.daq.query')) compile libraries.logback_classic - compile 'org.hibernate:hibernate-validator:5.2.0.Final' compile(libraries.spring_boot_starter_web) { exclude group: 'org.slf4j', module: 'log4j-over-slf4j' } diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..7095742 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1 @@ +spring.main.allow-bean-definition-overriding=true \ No newline at end of file