
springboot
-drimary
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mapping values are not allowed here in ‘reader‘
## 启动时报错 ## **报错原因** mapping values are not allowed here in 'reader' 解决方案: 你的ymal的格式有问提检查你的格式 我的没有对齐。 也有可能是冒号后面没空格一定要记得空格。原创 2021-04-27 17:45:28 · 1374 阅读 · 0 评论 -
Springboot启动类报org.springframework.context.ApplicationContextException: Unable to start web server
检查yml配置文件 给ssl: key-store-provider: 删除 即可启动。原创 2021-01-23 20:10:46 · 729 阅读 · 0 评论