天天看點

Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreati

今天剛建立項目的時候報出Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreationException異常,百度一下是缺少@EnableEurekaServer

    @SpringBootApplication注解,而我根本沒使用springCloud的eureka插件,@SpringBootApplication注解我也添加了,後來才發現是

Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreati

忘記在前面加“/”了,應該是

Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreati

樣的