Interface PropertyConstants
public interface PropertyConstants
The Property constants for Microsphere Spring Boot
- Since:
- 1.0.0
- Author:
- Mercy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default value of Microsphere Spring Boot logging level : "TRACE"static final StringThe property name of Microsphere Spring Boot logging levelstatic final StringThe property name prefix of Microsphere Spring Boot : "microsphere.spring.boot."
-
Field Details
-
MICROSPHERE_SPRING_BOOT_PROPERTY_NAME_PREFIX
The property name prefix of Microsphere Spring Boot : "microsphere.spring.boot."- See Also:
-
DEFAULT_MICROSPHERE_SPRING_BOOT_LOGGING_LEVEL
The default value of Microsphere Spring Boot logging level : "TRACE"- See Also:
-
MICROSPHERE_SPRING_BOOT_LOGGING_LEVEL_PROPERTY_NAME
@ConfigurationProperty(defaultValue="TRACE", source="application") static final String MICROSPHERE_SPRING_BOOT_LOGGING_LEVEL_PROPERTY_NAMEThe property name of Microsphere Spring Boot logging level- See Also:
-