摘要:
什么是IOC与DI IOC(inversion of control) 它描述的其实是一种面向对象编程中的设计原则,用来降低代码之间的耦合度, 而 DI(dependency Injection)依赖注入 是spring对IOC编程思想的实现 spring的编程风格 基于xml配置文件维护bean之 阅读全文
摘要:
title: 玩转spring boot mybatis date: 2019 03 11 19:36:57 type: "mybatis" categories: mybatis 分类名 tags: mybatis 作为持久层的ORM框架,目前在国内主流之一就是MyBatis,学会用它,用好它肯定 阅读全文