Harmonize property name
The property default format is lower case using hyphen. The JMX default domain property has been harmonized to that format. Fixes gh-2427
This commit is contained in:
@@ -30,7 +30,7 @@ import org.springframework.util.StringUtils;
|
||||
@ConfigurationProperties(prefix = "endpoints.jmx")
|
||||
public class EndpointMBeanExportProperties {
|
||||
|
||||
@Value("${spring.jmx.default_domain:}")
|
||||
@Value("${spring.jmx.default-domain:}")
|
||||
private String domain;
|
||||
|
||||
private boolean uniqueNames = false;
|
||||
|
||||
Reference in New Issue
Block a user