2024年12月25日

SSM整合

摘要: ssm框架【springmvc spring mybatis】。其实就是spring和mybatis的整合。spring的整合mybatis的配置文件到自己的配置文件中。 1 创建表 create database test03; use test03; create table tbl_stude 阅读全文

posted @ 2024-12-25 19:09 小木不痞 阅读(20) 评论(0) 推荐(0)

spring

摘要: 什么是spring(春天)? 1.spring它是一款开源框架,它用来解决企业开发的复杂性。 2.spring框架提供了两个核心技术:IOC和AOP IOC:控制反转。把创建对象的权力交于spring框架来创建。并且管理对象的生命周期 AOP:面向切面编程。在不改变源码的基础可以对我们的代码进行扩展 阅读全文

posted @ 2024-12-25 19:02 小木不痞 阅读(52) 评论(0) 推荐(0)

导航