为了账号安全,请及时绑定邮箱和手机立即绑定

初学SpringCloud报错Unable to start embedded container

初学SpringCloud报错Unable to start embedded container

慕容708150 2018-09-02 13:45:41
package com.example.demoeurekaserver;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;@EnableEurekaServer@SpringBootApplicationpublic class EurekaserverApplication {     public static void main(String[] args) {         SpringApplication.run(EurekaserverApplication.class, args);     } }
查看完整描述

1 回答

?
梵蒂冈之花

TA贡献1900条经验 获得超5个赞

从日志上看应该是由于类加载问题导致filter没有成功启动。
日志不是很全,看不到是哪个类丢失。

https://img1.sycdn.imooc.com//5b8bcdfe000123f208000122.jpg

查看完整回答
反对 回复 2018-09-02
  • 1 回答
  • 0 关注
  • 769 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信