- 博客(4)
- 收藏
- 关注
原创 expected at least 1 bean which qualifies as autowire candidate for this ***错误的分析
出现expected at least 1 bean which qualifies as autowire candidate for this ***错误分析
2022-12-07 16:58:52
2254
原创 Cannot access nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) in offline mode and
启动tomcat出现如下问题
2022-12-02 15:45:40
744
原创 使用nodejs出现Assertion args[1]xx IsString()failed.
c:\ws\src\node_contextify.cc:626: Assertion `args[1]->IsString()’ failed.1: 00007FF6548DF04A v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+51142: 00007FF6548BA0C6 node::MakeCallback+45183: 00007FF6548BA17F node::MakeCallback+47034: 00007FF65488
2020-05-19 16:06:28
2381
原创 springboot工具类引用配置文件的变量
在工具类添加@Component,这样将这个工具类交给spring来管理@Componentpublic class ShiroUtils{@Value("${app.url}")public String url;public static String URL;@PostConstructpublic void init(){URL = this.url;}使用注解val...
2020-04-13 10:24:33
861
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人