o.s.b.d.LoggingFailureAnalysisReporter报错

在写springboot的时候,运行的时候出现o.s.b.d.LoggingFailureAnalysisReporter报错


***************************
APPLICATION FAILED TO START
***************************

Description:

An attempt was made to call the method org.springframework.security.provisioning.InMemoryUserDetailsManager.<init>([Lorg/springframework/security/core/userdetails/UserDetails;)V but it does not exist. Its class, org.springframework.security.provisioning.InMemoryUserDetailsManager, is available from the following locations:

    jar:file:/C:/Users/lqq/.m2/repository/org/springframework/security/spring-security-core/4.2.2.RELEASE/spring-security-core-4.2.2.RELEASE.jar!/org/springframework/security/provisioning/InMemoryUserDetailsManager.class

It was loaded from the following location:

    file:/C:/Users/lqq/.m2/repository/org/springframework/security/spring-security-core/4.2.2.RELEASE/spring-security-core-4.2.2.RELEASE.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of org.springframework.security.provisioning.InMemoryUserDetailsManager

Disconnected from the target VM, address: '127.0.0.1:27204', transport: 'socket'

Process finished with exit code 0

![// An highlighted block
var foo = 'bar';](https://img-blog.csdnimg.cn/20181106140617229.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzMyNDA3MjMz,size_16,color_FFFFFF,t_70)

jar报错,在pom.xml去掉spring-security-core

去掉之后还是出现这个错误:o.s.b.d.LoggingFailureAnalysisReporter

在多方查证后,需要在启动类加上@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})启动以后就可以正常运行。

@SpringBootApplication(exclude={DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class})
  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 8
    评论
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值