随笔分类 -  Spring framework

摘要:1、Resource: 接口 对资源的抽象,其实现类代表资源的访问策略 继承InputStreamSource接口,提供获取输入流核心接口 InputStream getInputStream() throws IOException; AbstractResource 抽象类 FileSystem 阅读全文
posted @ 2020-06-18 17:42 张界 阅读(403) 评论(0) 推荐(0)
摘要:package xyz.pascall.mybatis.spring.boot.learn.service.impl; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import lombok.extern.slf4j.Slf4j; import org.springframewo... 阅读全文
posted @ 2019-07-31 13:53 张界 阅读(2163) 评论(0) 推荐(0)
摘要:package xyz.pascall.mybatis.spring.boot.learn.service.impl; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import lombok.extern.slf4j.Slf4j; import org.springframewo... 阅读全文
posted @ 2019-07-31 10:57 张界 阅读(238) 评论(0) 推荐(0)
摘要:参考文章: 【小家Spring】Spring IOC容器启动流程 AbstractApplicationContext#refresh()方法源码分析(一) 阅读全文
posted @ 2019-07-30 13:54 张界 阅读(179) 评论(0) 推荐(0)