
springboot
进大厂了
这个作者很懒,什么都没留下…
展开
-
关于UnsatisfiedDependencyException: Error creating bean with name ‘requestMappingHandlerMapping‘..解决办法
问题如下: 2021-01-08 16:12:23.936 WARN 12420 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: E原创 2021-01-08 17:19:40 · 3093 阅读 · 1 评论 -
springboot 出现 Class path contains multiple SLF4J bindings.警告的解决办法
springboot 警告如下所示: 解决办法: ①分别去第二、三行所示的路径删除jar文件 ②在pom.xml的web依赖添加排除语句 <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.4.8</version> <!--排除这原创 2021-01-08 17:12:53 · 561 阅读 · 1 评论