类 DatabaseMapperConfiguration
java.lang.Object
com.wu.framework.inner.database.config.mapper.DatabaseMapperConfiguration
- 所有已实现的接口:
ICustomDatabaseScanBean,org.springframework.beans.factory.InitializingBean
@Configuration
@Configurable(value="databaseMapperConfiguration",
autowire=BY_NAME)
@ConfigurationProperties(prefix="wu.database.mapper",
ignoreInvalidFields=true)
public class DatabaseMapperConfiguration
extends Object
implements ICustomDatabaseScanBean, org.springframework.beans.factory.InitializingBean
- 版本:
- : 1.0 扫描xml
- 作者:
- : Jia wei Wu
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.wu.framework.inner.database.config.ICustomDatabaseScanBean
getScanBeanClasses, getScanXmlPath
-
构造器详细资料
-
DatabaseMapperConfiguration
public DatabaseMapperConfiguration()
-
-
方法详细资料
-
afterPropertiesSet
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 抛出:
Exception
-