摘要:
Invalid value type for attribute 'factoryBeanObjectType': java.lang.String Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required 在使用orm框架m 阅读全文
摘要:
单例模式,即限制类只能实例化一个实例的设计模式a software design pattern that restricts the instantiation of a class to a singular instance. 通常而言单例模式满足以下特征: 确保只有一个实例Ensure th 阅读全文