zoukankan      html  css  js  c++  java
  • 解决springboot启动类写本类的名字启动失败

    最开始我是这么写的,调试哪个类就写哪个类名,一直执行也不报错一切正常

    后来,把类名改为了当前类名后,就一直报错

    Error starting ApplicationContext. To display the conditions report re-run your application with ' debug’ enabled.

    org . spr ingf ramework . beans. factory . BeanDe f initionStoreException: Failed to read candidate component class: URL [ jar:file:/D:/apache -maven-3.6.1/ repository/ org/ spr ingf ramework/ boot/ spring-boot- autoconfigure/2.3.3. RELEASE/sprin

    解决方案!

    最开始是将所有的包名写在了java下面,然后多加了个robot包之后成功了!

  • 相关阅读:
    加载声音的过程
    onkeyup,onkeydown和onkeypress
    加载着色器的异常

    3
    1
    1
    java总结
    环路
    own address as source address
  • 原文地址:https://www.cnblogs.com/x495122903/p/14571405.html
Copyright © 2011-2022 走看看