
SpringBoot
bpqqop
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unable to start embedded container
org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApp原创 2018-01-07 16:38:09 · 827 阅读 · 0 评论 -
Spring Boot 不依赖parent
当SpringBoot项目作为Maven子模块存在时,pom中不能存在两个parent,这时有两种解决方案: 1、在顶层项目的pom中依赖spring-boot-starter-parent; 2、在pom中使用如下依赖: org.springframework.boot spring-boot-de原创 2018-01-07 16:31:31 · 1299 阅读 · 0 评论