jfinal-ioc-demo
- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://git.oschina.net/msgcode/jfinal-ioc-demo
软件介绍
改编自 @北风刮的不认真了/JFinal_IOC 根据类型(支持接口)或者属性名注入
导入包
给需要注入到目标的类加上@Ioc注解
需要注入的属性加上@Autowired或@Resource (类似:Spring) 详情看demo
详情请看 Demo
Maven:
<dependency> <groupId>org.ine</groupId> <artifactId>jfinal-ioc</artifactId> <version>1.0.0</version> </dependency>
XML Hacks
Michael Fitzgerald / O'Reilly Media, Inc. / 2004-07-27 / USD 24.95
Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or ......一起来看看 《XML Hacks》 这本书的介绍吧!
