package cn.lxz.test;
import cn.lxz.dao.StudentDao;
import cn.lxz.domain.Student;
import cn.lxz.service.StudentService;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class SpringTest {
@Test
public void test(){
System.out.println("你好啊");
}
@Test
public void testContext(){
//采用的是读取xml的文件的配置形式
ApplicationContext context= new ClassPathXmlApplicationContext("Spring-context.xml");
StudentService service1= context.getBean(StudentService.class);
StudentService service2= (StudentService)context.getBean("studentService");
System.out.println(service1);
System.out.println(service2);
service1.addStudent(new Student(1,"张三"));
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
spring配置的简单案例.zip
共15个文件
java:6个
class:6个
xml:3个
0 下载量 195 浏览量
2023-03-08
22:50:59
上传
评论
收藏 13KB ZIP 举报
温馨提示
spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip spring配置的简单案例.zip
资源推荐
资源详情
资源评论
收起资源包目录
spring配置的简单案例.zip (15个子文件)
pom.xml 646B
src
test
java
cn
lxz
test
SpringTest.java 895B
main
resources
Spring-context.xml 772B
java
cn
lxz
dao
StudentDao.java 135B
impl
StudentDaoImpl.java 292B
service
StudentService.java 151B
impl
StudentServiceImpl.java 803B
domain
Student.java 244B
target
classes
cn
lxz
dao
StudentDao.class 162B
impl
StudentDaoImpl.class 647B
service
StudentService.class 174B
impl
StudentServiceImpl.class 1KB
domain
Student.class 2KB
Spring-context.xml 772B
test-classes
cn
lxz
test
SpringTest.class 1KB
generated-test-sources
test-annotations
generated-sources
annotations
共 15 条
- 1
资源评论
不懂代码的孩子
- 粉丝: 546
- 资源: 80
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 使用NetBeans连接SQLserver2008数据库教程中文WORD版最新版本
- XPath实例中文WORD版最新版本
- XPath语法规则中文WORD版最新版本
- XPath入门教程中文WORD版最新版本
- ORACLE数据库管理系统体系结构中文WORD版最新版本
- Sybase数据库安装以及新建数据库中文WORD版最新版本
- tomcat6.0配置oracle数据库连接池中文WORD版最新版本
- hibernate连接oracle数据库中文WORD版最新版本
- MyEclipse连接MySQL的方法中文WORD版最新版本
- MyEclipse中配置Hibernate连接Oracle中文WORD版最新版本
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功