Erueka异常

 

/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.7.RELEASE)

2019-11-07 21:43:08.916 INFO 19608 --- [ main] com.offcn.springcloud.EruekaApplication : No active profile set, falling back to default profiles: default

服务启动但是无法打开http://localhost:8001/配置的erueka页面

        使用<dependencyManagement>包含<dependencies>标签

<dependencyManagement>
<!--依赖声明-->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

</dependencies>
</dependencyManagement>
上一篇:牛课-C++基础知识-选择2


下一篇:drf ___jwt插件