diff --git a/microsphere-spring-boot-actuator/pom.xml b/microsphere-spring-boot-actuator/pom.xml
index 3d2a8ab..36eebf3 100644
--- a/microsphere-spring-boot-actuator/pom.xml
+++ b/microsphere-spring-boot-actuator/pom.xml
@@ -23,7 +23,7 @@
io.github.microsphere-projects
- microsphere-core-spring-boot-starter
+ microsphere-spring-boot-core
${revision}
diff --git a/microsphere-core-spring-boot-starter/pom.xml b/microsphere-spring-boot-core/pom.xml
similarity index 94%
rename from microsphere-core-spring-boot-starter/pom.xml
rename to microsphere-spring-boot-core/pom.xml
index 7c4c5a2..1c81110 100644
--- a/microsphere-core-spring-boot-starter/pom.xml
+++ b/microsphere-spring-boot-core/pom.xml
@@ -11,11 +11,11 @@
4.0.0
io.github.microsphere-projects
- microsphere-core-spring-boot-starter
+ microsphere-spring-boot-core
${revision}
- Microsphere :: Spring Boot :: Core Starter
- Microsphere Spring Boot Core Starter
+ Microsphere :: Spring Boot :: Core
+ Microsphere Spring Boot Core
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilter.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilter.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilter.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilter.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/classloading/BannedArtifactClassLoadingListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/classloading/BannedArtifactClassLoadingListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/classloading/BannedArtifactClassLoadingListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/classloading/BannedArtifactClassLoadingListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/condition/ConditionalOnPropertyPrefix.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/condition/ConditionalOnPropertyPrefix.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/condition/ConditionalOnPropertyPrefix.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/condition/ConditionalOnPropertyPrefix.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/condition/OnPropertyPrefixCondition.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/condition/OnPropertyPrefixCondition.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/condition/OnPropertyPrefixCondition.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/condition/OnPropertyPrefixCondition.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/constants/PropertyConstants.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/constants/PropertyConstants.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/constants/PropertyConstants.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/constants/PropertyConstants.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/constants/SpringBootPropertyConstants.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/constants/SpringBootPropertyConstants.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/constants/SpringBootPropertyConstants.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/constants/SpringBootPropertyConstants.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/OnceApplicationPreparedEventListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/OnceApplicationPreparedEventListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/OnceApplicationPreparedEventListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/OnceApplicationPreparedEventListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/OnceMainApplicationPreparedEventListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/OnceMainApplicationPreparedEventListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/OnceMainApplicationPreparedEventListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/OnceMainApplicationPreparedEventListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinder.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinder.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinder.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinder.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/ConfigurationPropertiesBeanInfo.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/ConfigurationPropertiesBeanInfo.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/ConfigurationPropertiesBeanInfo.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/ConfigurationPropertiesBeanInfo.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisor.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisor.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisor.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisor.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListeners.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListeners.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListeners.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/BindListeners.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanContext.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanContext.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanContext.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanContext.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanPropertyChangedEvent.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanPropertyChangedEvent.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanPropertyChangedEvent.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/ConfigurationPropertiesBeanPropertyChangedEvent.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/ListenableBindHandlerAdapter.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/ListenableBindHandlerAdapter.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/ListenableBindHandlerAdapter.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/ListenableBindHandlerAdapter.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/util/BindUtils.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/util/BindUtils.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/bind/util/BindUtils.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/bind/util/BindUtils.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReader.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReader.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReader.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReader.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/source/util/ConfigurationPropertyUtils.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/source/util/ConfigurationPropertyUtils.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/source/util/ConfigurationPropertyUtils.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/source/util/ConfigurationPropertyUtils.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/util/ConfigurationPropertiesUtils.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/util/ConfigurationPropertiesUtils.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/context/properties/util/ConfigurationPropertiesUtils.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/context/properties/util/ConfigurationPropertiesUtils.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionDiagnosisListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionDiagnosisListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionDiagnosisListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionDiagnosisListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionException.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionException.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionException.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionException.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionFailureAnalyzer.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionFailureAnalyzer.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionFailureAnalyzer.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/diagnostics/ArtifactsCollisionFailureAnalyzer.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesApplicationListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesApplicationListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesApplicationListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesApplicationListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesPostProcessor.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesPostProcessor.java
similarity index 85%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesPostProcessor.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesPostProcessor.java
index 25f98b6..5a82e41 100644
--- a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesPostProcessor.java
+++ b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/DefaultPropertiesPostProcessor.java
@@ -17,14 +17,14 @@
public interface DefaultPropertiesPostProcessor extends Ordered {
/**
- * Initialize {@ link SpringApplicationsetDefaultProperties (Properties) "defaultProperties}" resources
+ * Initialize {@link SpringApplicationsetDefaultProperties (Properties) "defaultProperties}" resources
*
* @param defaultPropertiesResources {@link SpringApplication#setDefaultProperties(Properties) "defaultProperties"} Resource path
*/
void initializeResources(Set defaultPropertiesResources);
/**
- * Post handle {@ link SpringApplication#setDefaultProperties (Properties) "defaultProperties"},
+ * Post handle {@link SpringApplication#setDefaultProperties (Properties) "defaultProperties"},
* after {@link #initializeResources(Set)}
*
* @param defaultProperties {@link SpringApplication#setDefaultProperties(Properties) "defaultProperties"}
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/PropertySourceLoaders.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/PropertySourceLoaders.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/PropertySourceLoaders.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/PropertySourceLoaders.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/SpringApplicationDefaultPropertiesPostProcessor.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/SpringApplicationDefaultPropertiesPostProcessor.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/SpringApplicationDefaultPropertiesPostProcessor.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/SpringApplicationDefaultPropertiesPostProcessor.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/config/OriginTrackedConfigurationPropertyInitializer.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/config/OriginTrackedConfigurationPropertyInitializer.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/config/OriginTrackedConfigurationPropertyInitializer.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/config/OriginTrackedConfigurationPropertyInitializer.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/config/metadata/ConfigurationMetadataRepository.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/config/metadata/ConfigurationMetadataRepository.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/env/config/metadata/ConfigurationMetadataRepository.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/env/config/metadata/ConfigurationMetadataRepository.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/listener/FailureReportSpringApplicationRunListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/listener/FailureReportSpringApplicationRunListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/listener/FailureReportSpringApplicationRunListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/listener/FailureReportSpringApplicationRunListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/listener/SpringApplicationRunListenerAdapter.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/listener/SpringApplicationRunListenerAdapter.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/listener/SpringApplicationRunListenerAdapter.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/listener/SpringApplicationRunListenerAdapter.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportBuilder.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportBuilder.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportBuilder.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportBuilder.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportInitializer.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportInitializer.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportInitializer.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportInitializer.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportListener.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportListener.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportListener.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationReportListener.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationSpringBootExceptionReporter.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationSpringBootExceptionReporter.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationSpringBootExceptionReporter.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionEvaluationSpringBootExceptionReporter.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionsReportMessageBuilder.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionsReportMessageBuilder.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/report/ConditionsReportMessageBuilder.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/report/ConditionsReportMessageBuilder.java
diff --git a/microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/util/SpringApplicationUtils.java b/microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/util/SpringApplicationUtils.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/java/io/microsphere/spring/boot/util/SpringApplicationUtils.java
rename to microsphere-spring-boot-core/src/main/java/io/microsphere/spring/boot/util/SpringApplicationUtils.java
diff --git a/microsphere-core-spring-boot-starter/src/main/resources/META-INF/spring.factories b/microsphere-spring-boot-core/src/main/resources/META-INF/spring.factories
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/resources/META-INF/spring.factories
rename to microsphere-spring-boot-core/src/main/resources/META-INF/spring.factories
diff --git a/microsphere-core-spring-boot-starter/src/main/resources/config/default/core.properties b/microsphere-spring-boot-core/src/main/resources/config/default/core.properties
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/main/resources/config/default/core.properties
rename to microsphere-spring-boot-core/src/main/resources/config/default/core.properties
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/autoconfigure/ApplicationAutoConfigurationTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/autoconfigure/ApplicationAutoConfigurationTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/autoconfigure/ApplicationAutoConfigurationTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/autoconfigure/ApplicationAutoConfigurationTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilterTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilterTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilterTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/autoconfigure/ConfigurableAutoConfigurationImportFilterTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/constants/PropertyConstantsTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/constants/PropertyConstantsTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/constants/PropertyConstantsTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/constants/PropertyConstantsTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinderTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinderTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinderTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/config/BindableConfigurationBeanBinderTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisorTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisorTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisorTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/ListenableConfigurationPropertiesBindHandlerAdvisorTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListenerTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListenerTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListenerTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/bind/EventPublishingConfigurationPropertiesBeanPropertyChangedListenerTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReaderTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReaderTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReaderTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties/metadata/ConfigurationMetadataReaderTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/domain/User.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/domain/User.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/domain/User.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/domain/User.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/env/PropertySourceLoadersTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/env/PropertySourceLoadersTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/env/PropertySourceLoadersTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/env/PropertySourceLoadersTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/util/ConfigurationPropertyUtilsTest.java b/microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/util/ConfigurationPropertyUtilsTest.java
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/java/io/microsphere/spring/boot/util/ConfigurationPropertyUtilsTest.java
rename to microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/util/ConfigurationPropertyUtilsTest.java
diff --git a/microsphere-core-spring-boot-starter/src/test/resources/META-INF/spring.factories b/microsphere-spring-boot-core/src/test/resources/META-INF/spring.factories
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/resources/META-INF/spring.factories
rename to microsphere-spring-boot-core/src/test/resources/META-INF/spring.factories
diff --git a/microsphere-core-spring-boot-starter/src/test/resources/logback.xml b/microsphere-spring-boot-core/src/test/resources/logback.xml
similarity index 100%
rename from microsphere-core-spring-boot-starter/src/test/resources/logback.xml
rename to microsphere-spring-boot-core/src/test/resources/logback.xml
diff --git a/microsphere-spring-boot-dependencies/pom.xml b/microsphere-spring-boot-dependencies/pom.xml
index 13a1d96..b372de6 100644
--- a/microsphere-spring-boot-dependencies/pom.xml
+++ b/microsphere-spring-boot-dependencies/pom.xml
@@ -23,7 +23,7 @@
io.github.microsphere-projects
- microsphere-core-spring-boot-starter
+ microsphere-spring-boot-core
${revision}
diff --git a/microsphere-spring-boot-parent/pom.xml b/microsphere-spring-boot-parent/pom.xml
index c226129..cf7e16f 100644
--- a/microsphere-spring-boot-parent/pom.xml
+++ b/microsphere-spring-boot-parent/pom.xml
@@ -19,7 +19,7 @@
Microsphere Spring Boot Parent
- 0.1.0
+ 0.1.1
1.7.2
diff --git a/pom.xml b/pom.xml
index 3b6ab23..2e94d1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,14 +51,14 @@
- 0.1.0-SNAPSHOT
+ 0.1.1-SNAPSHOT
microsphere-spring-boot-parent
microsphere-spring-boot-dependencies
microsphere-spring-boot-compatible
- microsphere-core-spring-boot-starter
+ microsphere-spring-boot-core
microsphere-spring-boot-actuator