Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 799 Bytes

Spring-Demo(技术栈:Spring)

一个Spring框架demo,实现IoC的简单方法,体现scope属性值以及初始化,销毁对象;四个功能体现

1.test1的testMain类(实现IoC的简单方法:对象交给容器控制,而不是传统在对象内部直接控制) 效果图: github

2.test2的testMain类(scope属性值:singleton)效果图: github

3.test3的testMain类(scope属性值:prototype)效果图: github

4.test4的testMain类(Spring初始化,销毁对象)效果图: github