2022年8月15日

摘要: ##spring框架的20个核心模块 ###data access/integration jdbc orm oxm jms transations ###web websocket servlet web portlet ###aop ###aspects ###instrumentation # 阅读全文
posted @ 2022-08-15 20:22 freerPolymer 阅读(18) 评论(0) 推荐(0) 编辑
 
摘要: springboot介绍 开始于2014年 springboot是j2ee一站式解决方案 springcloud是分布式整体解决方案 一般情况下,只要在parent设定好版本,其它依赖不需要写版本号 spring-boot-starter,场景启动器 @SpringbootApplication,主 阅读全文
posted @ 2022-08-15 20:13 freerPolymer 阅读(31) 评论(0) 推荐(0) 编辑
 
摘要: #?是什么 详细介绍,包括由来,解决了哪些问题 #?为什么 这么实现的初衷,总结优缺点 #?怎么做 应用场景,如何使用 ##源码阅读 找入口,即最顶层的bean 构建相互之间的关系,即继承,接口等 阅读方法,属性定义,具体做什么,做了什么 总结并做好笔记,便于常温复习 回忆与思考,将片面连接起来 # 阅读全文
posted @ 2022-08-15 20:10 freerPolymer 阅读(17) 评论(0) 推荐(0) 编辑