Caused by java lang classnotfoundexception org springframework boot context properties configurationbeanfactorymetadata
java.lang.ClassNotFoundException: org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata is an error message indicating that the specified class, ConfigurationBeanFactoryMetadata, could not be found. This error usually occurs when the application is unable to locate the required class at runtime. There can be multiple reasons for this error. One of the main reasons is that the required library…