
springcloud
前端交互仔
编程咨询v: woyaobaofuniubi
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IntelliJ Idea解决Could not autowire. No beans of ‘xxxx‘ type found的错误提示
1.问题描述 在Idea的spring工程里,经常会遇到Could not autowire. No beans of ‘xxxx’ type found的错误提示。但程序的编译和运行都是没有问题的,这个错误提示并不会产生影响。但红色的错误提示在有些有强迫症的程序员眼里,多多少少有些不太舒服。 原因 原因可能有两个,第一个是IntellijIDEA本身工具的问题。第二个便是我们导入@Service包的时候导入包错误造成的 第一种原因,spring auto scan配置,在编辑情况下,无法找不到对转载 2020-08-04 13:09:00 · 541 阅读 · 0 评论 -
导入springboot和springcloud的依赖
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.2.RELEASE</version> </parent> <dependencies>原创 2020-07-30 16:32:11 · 2601 阅读 · 2 评论 -
什么是微服务
微服务是实现分布式项目架构的一种方式 springcloud实现微服务的一种技术 使用springcloud是为了完成分布式的一种架构 单体架构就是把所有的代码都写到一个项目里面原创 2020-07-29 19:39:23 · 159 阅读 · 0 评论 -
springcloud的自学网站
https://www.springcloud.cc/spring-cloud-dalston.html http://springcloud.cn/ https://www.springcloud.cc/原创 2020-07-13 11:08:01 · 243 阅读 · 0 评论