项目总结52: Linux安装mongodb和Springboot集成mongodb Linux安装mongodb 如何在Linux上安装mongodb,可以参考这篇文章:https://blog.csdn.net/E_Eric12138/article/details/89606950 Sprin ...
分类:
数据库 时间:
2020-01-13 21:43:50
阅读次数:
97
Spring通过XML整合dubbo的过程控制台包如下错误: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://dubbo.apache.org/schem ...
分类:
编程语言 时间:
2020-01-13 16:09:03
阅读次数:
124
Spring源码解析 IOC (Inversion of Control):控制反转 1. ioc是一个容器,帮我们管理所有组件 2. 依赖注入(DI):@Autowired:自动赋值 3. 某个组件要使用Spring提供的更多(IOC,AOP),==必须注册到容器中。== IOC源码核心 1)、C ...
分类:
编程语言 时间:
2020-01-12 22:08:13
阅读次数:
94
搞完了java来学习一下spring,spring是一个开源的设计层面的框架,它是一款轻量级的高内聚低耦合的基于ICO以及AOP的开源框架,spring是春天的意思,是由一个悉尼大学的音乐博士rod搞出来的,这个男人改变了java世界。 Spring框架功能大约有20个模块这些模块按组可以分为核心容 ...
分类:
编程语言 时间:
2020-01-12 20:15:11
阅读次数:
104
配置文件错误—— Element 'beans' cannot have character [children],because the type's content type is element 意为 beans 标签下只能存在子元素节点,不能存在文本符号 当编译器放生这种错误时,就是配置文件 ...
分类:
其他好文 时间:
2020-01-09 22:26:34
阅读次数:
63
首先将以下jar包加入到lib文件夹中: 基础目录: Person.java package com.gong.spring.struts2.beans; public class Person { private String username; public void setUsername(S ...
分类:
编程语言 时间:
2020-01-09 20:28:54
阅读次数:
76
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appZddwController' 出现上述错误时,导致bean注入都发生了错误,查看Druid 的fi ...
分类:
编程语言 时间:
2020-01-09 17:17:15
阅读次数:
114
问题描述 org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'xxxxx.UserService' available: expected at least 1 be ...
分类:
编程语言 时间:
2020-01-09 15:55:45
阅读次数:
187
我当时提示错误是,不影响使用,可是就是报错让人不爽。 Could not autowire. No beans of 'RequestMappingHandlerMapping' type found. @Autowired private RequestMappingHandlerMapping ...
分类:
其他好文 时间:
2020-01-08 12:54:17
阅读次数:
96
主要的消息管理者对象: package com.rynk.mugua.trading.biz.service.impl; import java.util.concurrent.DelayQueue; import org.springframework.beans.factory.annotati ...
分类:
编程语言 时间:
2020-01-07 18:05:53
阅读次数:
124