All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lontime.extspring.components.DatasourceComponentExt Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extspring.components;

import org.springframework.beans.factory.InitializingBean;

import com.github.lontime.extdatasource.DatasourceInstance;

/**
 * DatasourceComponentExt.
 * @author lontime
 * @since 1.0
 */
public class DatasourceComponentExt implements InitializingBean {

    @Override
    public void afterPropertiesSet() {
        DatasourceInstance.get();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy