
Spring
吃了葡萄吐葡萄皮
草色入帘青
展开
-
spring核心技术之Resource资源理解
文章目录1 介绍**2 Resource 接口**resource接口提供哪些功能?3 spring为我们提供了哪些内置的Resource实现3.1 URLResource3.2 ClassPathResource3.3 FileSystemResource3.4 InputStreamResource3.5 ByteArrayResource4 ResourceLoader 资源加载5 Reso...原创 2020-03-10 00:48:12 · 3508 阅读 · 1 评论 -
解决,springboot项目,子模块依赖问题
问题描述 A模块的controller类依赖B模块的Service类,项目运行时报错 Parameter 0 of constructor in com.example.multimodule.application.DemoApplication required a bean of type 'com.example.multiservice.MyService' that could not...原创 2020-03-09 13:50:10 · 2777 阅读 · 0 评论