高挑玉米

文章
8
资源
0
加入时间
2年10月17天

23-shiro整合mybatisshiro整合mybatis

shiro整合mybatis1.导包<!-- 整合mybatis--> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> &

Spring框架快速入门Spring

Spring1.什么是Spring​ 它是一个容器,它是整合其他框架的框架;它的核心是IOC和AOP,它由20多个模块组成,在很多领域都提供优秀的解决方案。2.Spring的特点轻量级20多个模块构成,每个jar都小于1M,核心包就3M左右;对代码无污染。面向接口编程使用接口就是面向灵活,项目的可扩展性和可维护性都提高;接口不关心实现类的类型,使用时接口指向实现类,切换实现类疾控科交换这个功能。AOP面向切面编程就是将公共的、重复的、通用的代码单独开发,在需要的时候反织回去;底

Excutor

.Excutor 这个只是一个简单的接口 执行程序的意思public interface Executor { /** * Executes the given command at some time in the future. The command * may execute in a new thread, in a pooled thread, or in