问答详情
源自:3-6 dao层开发

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2018-11-18 18:51:36.804 ERROR 10728 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframe

报错了,大神们看一下


提问者:慕尼黑554985 2018-11-18 18:58

个回答

  • qq_慕仔9507342
    2019-08-27 11:31:24

    报这个错误的原因有很多,要看后面的具体错误是什么错误才能解决

  • 慕少蔡蔡
    2019-07-14 15:20:30

    Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
    2019-07-14 15:17:31.078 ERROR 3628 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 
    ***************************
    APPLICATION FAILED TO START
    ***************************
    Description:Failed to bind properties under 'spring.datasource.type' to java.lang.Class<javax.sql.DataSource>:    
        Property: spring.datasource.type    
        Value: com.alibaba.druid.pool.DruidDataSource    
        Origin: class path resource [application.yml]:11:11    
    Reason: No converter found capable of converting from type [java.lang.String] to type [java.lang.Class<javax.sql.DataSource>]
    
    Action:
    Update your application's configuration
    
    错误提示不在第一行,而是后面的错误描述


  • qq_慕姐7364067
    2019-06-09 14:03:58

    同样求解啊

  • 慕侠4500859
    2018-11-18 21:59:35

    启动ApplicationContext时出错。要显示条件报告,请在启用“debug”的情况下重新运行应用程序。