@Configuration
@ConditionalOnProperty(prefix="javamelody",
name="enabled",
havingValue="false",
matchIfMissing=false)
public class JavaMelodyDisabledAutoConfiguration
extends Object
| Constructor and Description |
|---|
JavaMelodyDisabledAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
javamelodyDisabled()
Executed when Spring has property javamelody.enabled=false
|
@Bean public String javamelodyDisabled()
Copyright © 2024. All rights reserved.