Constant Field Values
Contents
org.springframework.*
org.springframework.boot.autoconfigure.AutoConfigureOrder Modifier and Type Constant Field Value public static final intDEFAULT_ORDER0org.springframework.boot.autoconfigure.BackgroundPreinitializer Modifier and Type Constant Field Value public static final StringIGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME"spring.backgroundpreinitializer.ignore"org.springframework.boot.autoconfigure.EnableAutoConfiguration Modifier and Type Constant Field Value public static final StringENABLED_OVERRIDE_PROPERTY"spring.boot.enableautoconfiguration"
org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner Modifier and Type Constant Field Value public static final intDEFAULT_ORDER0
org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration Modifier and Type Constant Field Value public static final intORDER-2147483628
org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX""public static final StringDEFAULT_SUFFIX".ftl"public static final StringDEFAULT_TEMPLATE_LOADER_PATH"classpath:/templates/"
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX""public static final StringDEFAULT_REQUEST_CONTEXT_ATTRIBUTE"spring"public static final StringDEFAULT_RESOURCE_LOADER_PATH"classpath:/templates/"public static final StringDEFAULT_SUFFIX".tpl"
org.springframework.boot.autoconfigure.mongo.MongoProperties Modifier and Type Constant Field Value public static final intDEFAULT_PORT27017public static final StringDEFAULT_URI"mongodb://localhost/test"
org.springframework.boot.autoconfigure.mustache.MustacheProperties Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX"classpath:/templates/"public static final StringDEFAULT_SUFFIX".mustache"
org.springframework.boot.autoconfigure.security.SecurityProperties Modifier and Type Constant Field Value public static final intBASIC_AUTH_ORDER2147483642public static final intDEFAULT_FILTER_ORDER-100public static final intIGNORED_ORDER-2147483648
org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration Modifier and Type Constant Field Value public static final StringAPPLICATION_TASK_EXECUTOR_BEAN_NAME"applicationTaskExecutor"
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX"classpath:/templates/"public static final StringDEFAULT_SUFFIX".html"
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration Modifier and Type Constant Field Value public static final StringDEFAULT_DISPATCHER_SERVLET_BEAN_NAME"dispatcherServlet"public static final StringDEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME"dispatcherServletRegistration"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX""public static final StringDEFAULT_SUFFIX""