KAF晟
KAF晟
全部文章
Spring
Jsp(1)
Maven(1)
mybatis(2)
Spring boot(2)
SpringMvc(7)
SSM(1)
归档
标签
去牛客网
登录
/
注册
KAF的博客
不懂就问
全部文章
/ Spring
(共3篇)
Spring 整合 Mybatis 配置
1.创建maven项目2.添加依赖 <properties> <spring.version>4.3.7.RELEASE</spring.version> <project.build.sourceEncoding>ut...
2019-11-07
0
432
Spring 配置文件
1.初始化spring容器 //具体文件系统的文件路径 ApplicationContext context = new FileSystemXmlApplicationContext("xxx.xml"); //相对路径class目录 ApplicationContext ...
2019-11-06
0
544
Spring 简介
1.Spring 是一个容器,是一个开源框架. 使用 Spring 可以使简单的 JavaBean 实现以前只有 EJB 才能实现的功能。 特点 轻量级:Spring 是非侵入性的 - 基于 Spring 开发的应用中的对象可以不依赖于 Spring 的 API依赖注入(DI --- depe...
2019-11-06
0
547