BAEL-4871 Spring Conditional Annotations
This commit is contained in:
parent
5739671260
commit
ebb5192a60
|
@ -0,0 +1,9 @@
|
||||||
|
package com.baeldung.annotations.conditional;
|
||||||
|
|
||||||
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnWarDeployment;
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
|
@Configuration
|
||||||
|
@ConditionalOnWarDeployment
|
||||||
|
public class AdditionalWebConfiguration {
|
||||||
|
}
|
Loading…
Reference in New Issue