类 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
  • 构造器详细资料

    • DatabaseMapperConfiguration

      public DatabaseMapperConfiguration()
  • 方法详细资料

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception