allow overwrite
This commit is contained in:
@ -20,7 +20,6 @@ dependencies {
|
|||||||
compile (project(':ch.psi.daq.query'))
|
compile (project(':ch.psi.daq.query'))
|
||||||
|
|
||||||
compile libraries.logback_classic
|
compile libraries.logback_classic
|
||||||
compile 'org.hibernate:hibernate-validator:5.2.0.Final'
|
|
||||||
compile(libraries.spring_boot_starter_web) {
|
compile(libraries.spring_boot_starter_web) {
|
||||||
exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
|
exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
|
||||||
}
|
}
|
||||||
|
1
src/main/resources/application.properties
Normal file
1
src/main/resources/application.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
spring.main.allow-bean-definition-overriding=true
|
Reference in New Issue
Block a user