1. 首先要有一个配置文件
beans.properties
:
memberDao=
com.gathershell.daoImpl.MemberDaoImpl
2. Java代码:
public
class
BeanUtil {
private
static
Properties
props
;
static
{
props
=
new
Properties();
try
{
props
.load(Thread.
currentThread
().getContextClassLoader().getResourceAsStream(
版权声明:本文为superlidengke原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。