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

cn.enilu.flash.core.db.SpringDBProvider Maven / Gradle / Ivy

package cn.enilu.flash.core.db;


import cn.enilu.flash.core.util.ApplicationContextProvider;

public class SpringDBProvider implements IDBProvider {

	@Override
	public DB get() {
		return ApplicationContextProvider.getApplicationContext().getBean(
				DB.class);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy